#0E878C

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

Shades of Dark Cyan #0E878C

Tints of Dark Cyan #0E878C

Color information

#0E878C (or 0x0E878C) is unknown color: approx Dark Cyan. HEX triplet: 0E, 87 and 8C. RGB value is (14,135,140). Sum of RGB (Red+Green+Blue) = 14+135+140=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E878C is #F17873. Grayscale: #636363. Windows color (decimal): -15825012 or 9209614. OLE color: 9209614.

HSL color Cylindrical-coordinate representation of color #0E878C: hue angle of 182.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E878C is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14135140-
CMYK0.900.0400.45
HSL182.38º81.82%30.2%-
HSV(B)182.38º90%54.9%-
XYZ13.5819.3127.82-
YUV99.39150.9167.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 135 (53.12% from 255) = 46.71%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=4.84%
G=46.71%
B=48.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141351400.900.0400.45182.3881.8230.2
HexE878C5A402Db6521e
Octal16207214132405526612236
Binary111010000111100011001011010100010110110110110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,135,140); }

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

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

 a { background-color: rgb(14,135,140); }

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

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

 span { border-color: rgb(14,135,140); }

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