#0E9091

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

Shades of Dark Cyan #0E9091

Tints of Dark Cyan #0E9091

Color information

#0E9091 (or 0x0E9091) is unknown color: approx Dark Cyan. HEX triplet: 0E, 90 and 91. RGB value is (14,144,145). Sum of RGB (Red+Green+Blue) = 14+144+145=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #0E9091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9091 is #F16F6E. Grayscale: #696969. Windows color (decimal): -15822703 or 9539598. OLE color: 9539598.

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

Color convert

RGB14144145-
CMYK0.900.0100.43
HSL180.46º82.39%31.18%-
HSV(B)180.46º90.34%56.86%-
XYZ15.2722.0830.25-
YUV105.24150.4362.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.62%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=4.62%
G=47.52%
B=47.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141441450.900.0100.43180.4682.3931.18
HexE90915A102Bb4521f
Octal16220221132105326412237
Binary1110100100001001000110110101010101110110100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,144,145); }

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

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

 a { background-color: rgb(14,144,145); }

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

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

 span { border-color: rgb(14,144,145); }

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