#0D8B8F

Color #0D8B8F Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #0D8B8F

Tints of Dark Cyan #0D8B8F

Color information

#0D8B8F (or 0x0D8B8F) is unknown color: approx Dark Cyan. HEX triplet: 0D, 8B and 8F. RGB value is (13,139,143). Sum of RGB (Red+Green+Blue) = 13+139+143=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #0D8B8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8B8F is #F27470. Grayscale: #656565. Windows color (decimal): -15889521 or 9407245. OLE color: 9407245.

HSL color Cylindrical-coordinate representation of color #0D8B8F: hue angle of 181.85º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8B8F is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13139143-
CMYK0.910.0300.44
HSL181.85º83.33%30.59%-
HSV(B)181.85º90.91%56.08%-
XYZ14.3620.5329.19-
YUV101.78151.2664.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 4.41%
GREEN value IS 139 (54.69% from 255) = 47.12%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=4.41%
G=47.12%
B=48.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131391430.910.0300.44181.8583.3330.59
HexD8B8F5B302Cb6531f
Octal15213217133305426612337
Binary11011000101110001111101101111010110010110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8B8F; }

 p { color: rgb(13,139,143); }

 H1.HeaderClassName
 {
   color: #0D8B8F;
 }
 .AnyTagClassName
 {
   color: #0D8B8F;
 }
</style>
background-color css

<style>
 a { background-color: #0D8B8F; }

 a { background-color: rgb(13,139,143); }

 div.DivClassName
 {
   background-color: #0D8B8F;
 }
 .BgClassName
 {
   background-color: #0D8B8F;
 }
</style>
border-color css

<style>
 span { border-color: #0D8B8F; }

 span { border-color: rgb(13,139,143); }

 td.TdClassName
 {
   border-color: #0D8B8F;
 }
 .TagClassName
 {
   border-color: #0D8B8F;
 }
</style>