#0E9385

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

Shades of Dark Cyan #0E9385

Tints of Dark Cyan #0E9385

Color information

#0E9385 (or 0x0E9385) is unknown color: approx Dark Cyan. HEX triplet: 0E, 93 and 85. RGB value is (14,147,133). Sum of RGB (Red+Green+Blue) = 14+147+133=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9385 is #F16C7A. Grayscale: #696969. Windows color (decimal): -15821947 or 8753934. OLE color: 8753934.

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

Color convert

RGB14147133-
CMYK0.9000.100.42
HSL173.68º82.61%31.57%-
HSV(B)173.68º90.48%57.65%-
XYZ14.8522.6525.78-
YUV105.64143.4462.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.76%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=4.76%
G=50%
B=45.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141471330.9000.100.42173.6882.6131.57
HexE93855A0A2Aae5320
Octal162232051320125225612340
Binary11101001001110000101101101001010101010101011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,147,133); }

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

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

 a { background-color: rgb(14,147,133); }

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

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

 span { border-color: rgb(14,147,133); }

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