#0E9388

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

Shades of Dark Cyan #0E9388

Tints of Dark Cyan #0E9388

Color information

#0E9388 (or 0x0E9388) is unknown color: approx Dark Cyan. HEX triplet: 0E, 93 and 88. RGB value is (14,147,136). Sum of RGB (Red+Green+Blue) = 14+147+136=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 147 (57.81% from 255 or 49.49% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9388 is #F16C77. Grayscale: #696969. Windows color (decimal): -15821944 or 8950542. OLE color: 8950542.

HSL color Cylindrical-coordinate representation of color #0E9388: hue angle of 175.04º 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 #0E9388 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14147136-
CMYK0.9000.070.42
HSL175.04º82.61%31.57%-
HSV(B)175.04º90.48%57.65%-
XYZ15.0622.7426.89-
YUV105.98144.9462.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.71%
GREEN value IS 147 (57.81% from 255) = 49.49%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=4.71%
G=49.49%
B=45.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141471360.9000.070.42175.0482.6131.57
HexE93885A072Aaf5320
Octal16223210132075225712340
Binary1110100100111000100010110100111101010101011111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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