#108E81

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

Shades of Dark Cyan #108E81

Tints of Dark Cyan #108E81

Color information

#108E81 (or 0x108E81) is unknown color: approx Dark Cyan. HEX triplet: 10, 8E and 81. RGB value is (16,142,129). Sum of RGB (Red+Green+Blue) = 16+142+129=287 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.57% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #108E81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108E81 is #EF717E. Grayscale: #666666. Windows color (decimal): -15692159 or 8490512. OLE color: 8490512.

HSL color Cylindrical-coordinate representation of color #108E81: hue angle of 173.81º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108E81 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB16142129-
CMYK0.8900.090.44
HSL173.81º79.75%30.98%-
HSV(B)173.81º88.73%55.69%-
XYZ13.8521.0424.1-
YUV102.84142.7666.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.57%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=5.57%
G=49.48%
B=44.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161421290.8900.090.44173.8179.7530.98
Hex108E8159092Cae501f
Octal202162011310115425612037
Binary10000100011101000000110110010100110110010101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108E81; }

 p { color: rgb(16,142,129); }

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

<style>
 a { background-color: #108E81; }

 a { background-color: rgb(16,142,129); }

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

<style>
 span { border-color: #108E81; }

 span { border-color: rgb(16,142,129); }

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