#0E808F

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

Shades of Dark Cyan #0E808F

Tints of Dark Cyan #0E808F

Color information

#0E808F (or 0x0E808F) is unknown color: approx Dark Cyan. HEX triplet: 0E, 80 and 8F. RGB value is (14,128,143). Sum of RGB (Red+Green+Blue) = 14+128+143=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #0E808F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E808F is #F17F70. Grayscale: #5F5F5F. Windows color (decimal): -15826801 or 9404430. OLE color: 9404430.

HSL color Cylindrical-coordinate representation of color #0E808F: hue angle of 186.98º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E808F is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14128143-
CMYK0.900.1000.44
HSL186.98º82.17%30.78%-
HSV(B)186.98º90.21%56.08%-
XYZ12.8617.5128.69-
YUV95.62154.7369.78-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.91%
GREEN value IS 128 (50.39% from 255) = 44.91%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=4.91%
G=44.91%
B=50.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141281430.900.1000.44186.9882.1730.78
HexE808F5AA02Cbb521f
Octal162002171321205427312237
Binary1110100000001000111110110101010010110010111011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,128,143); }

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

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

 a { background-color: rgb(14,128,143); }

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

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

 span { border-color: rgb(14,128,143); }

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