#0E8B95

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

Shades of Dark Cyan #0E8B95

Tints of Dark Cyan #0E8B95

Color information

#0E8B95 (or 0x0E8B95) is unknown color: approx Dark Cyan. HEX triplet: 0E, 8B and 95. RGB value is (14,139,149). Sum of RGB (Red+Green+Blue) = 14+139+149=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E8B95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8B95 is #F1746A. Grayscale: #666666. Windows color (decimal): -15823979 or 9800462. OLE color: 9800462.

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

Color convert

RGB14139149-
CMYK0.910.0700.42
HSL184.44º82.82%31.96%-
HSV(B)184.44º90.6%58.43%-
XYZ14.8420.7331.65-
YUV102.76154.0964.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.64%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=4.64%
G=46.03%
B=49.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141391490.910.0700.42184.4482.8231.96
HexE8B955B702Ab85320
Octal16213225133705227012340
Binary1110100010111001010110110111110101010101110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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