#0E818D

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

Shades of Dark Cyan #0E818D

Tints of Dark Cyan #0E818D

Color information

#0E818D (or 0x0E818D) is unknown color: approx Dark Cyan. HEX triplet: 0E, 81 and 8D. RGB value is (14,129,141). Sum of RGB (Red+Green+Blue) = 14+129+141=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E818D is #F17E72. Grayscale: #5F5F5F. Windows color (decimal): -15826547 or 9273614. OLE color: 9273614.

HSL color Cylindrical-coordinate representation of color #0E818D: hue angle of 185.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E818D is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14129141-
CMYK0.900.0900.45
HSL185.67º81.94%30.39%-
HSV(B)185.67º90.07%55.29%-
XYZ12.8417.7227.94-
YUV95.98153.469.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.93%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=4.93%
G=45.42%
B=49.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141291410.900.0900.45185.6781.9430.39
HexE818D5A902Dba521e
Octal162012151321105527212236
Binary1110100000011000110110110101001010110110111010101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,129,141); }

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

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

 a { background-color: rgb(14,129,141); }

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

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

 span { border-color: rgb(14,129,141); }

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