#0E9493

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

Shades of Dark Cyan #0E9493

Tints of Dark Cyan #0E9493

Color information

#0E9493 (or 0x0E9493) is unknown color: approx Dark Cyan. HEX triplet: 0E, 94 and 93. RGB value is (14,148,147). Sum of RGB (Red+Green+Blue) = 14+148+147=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9493 is #F16B6C. Grayscale: #6B6B6B. Windows color (decimal): -15821677 or 9671694. OLE color: 9671694.

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

Color convert

RGB14148147-
CMYK0.9100.010.42
HSL179.55º82.72%31.76%-
HSV(B)179.55º90.54%58.04%-
XYZ16.0423.3831.27-
YUV107.82150.1161.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 148 (58.20% from 255) = 47.90%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=4.53%
G=47.90%
B=47.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141481470.9100.010.42179.5582.7231.76
HexE94935B012Ab45320
Octal16224223133015226412340
Binary11101001010010010011101101101101010101101001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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