#0E8A92

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

Shades of Dark Cyan #0E8A92

Tints of Dark Cyan #0E8A92

Color information

#0E8A92 (or 0x0E8A92) is unknown color: approx Dark Cyan. HEX triplet: 0E, 8A and 92. RGB value is (14,138,146). Sum of RGB (Red+Green+Blue) = 14+138+146=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E8A92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8A92 is #F1756D. Grayscale: #656565. Windows color (decimal): -15824238 or 9603598. OLE color: 9603598.

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

Color convert

RGB14138146-
CMYK0.900.0500.43
HSL183.64º82.5%31.37%-
HSV(B)183.64º90.41%57.25%-
XYZ14.4620.3530.36-
YUV101.84152.9265.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.70%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=4.70%
G=46.31%
B=48.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal141381460.900.0500.43183.6482.531.37
HexE8A925A502Bb8521f
Octal16212222132505327012237
Binary111010001010100100101011010101010101110111000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,138,146); }

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

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

 a { background-color: rgb(14,138,146); }

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

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

 span { border-color: rgb(14,138,146); }

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