#0E9795

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

Shades of Dark Cyan #0E9795

Tints of Dark Cyan #0E9795

Color information

#0E9795 (or 0x0E9795) is unknown color: approx Dark Cyan. HEX triplet: 0E, 97 and 95. RGB value is (14,151,149). Sum of RGB (Red+Green+Blue) = 14+151+149=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #0E9795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9795 is #F1686A. Grayscale: #6D6D6D. Windows color (decimal): -15820907 or 9803534. OLE color: 9803534.

HSL color Cylindrical-coordinate representation of color #0E9795: hue angle of 179.12º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9795 is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB14151149-
CMYK0.9100.010.41
HSL179.12º83.03%32.35%-
HSV(B)179.12º90.73%59.22%-
XYZ16.6724.432.26-
YUV109.81150.1159.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.46%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=4.46%
G=48.09%
B=47.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141511490.9100.010.41179.1283.0332.35
HexE97955B0129b35320
Octal16227225133015126312340
Binary11101001011110010101101101101101001101100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,151,149); }

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

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

 a { background-color: rgb(14,151,149); }

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

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

 span { border-color: rgb(14,151,149); }

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