#108E92

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

Shades of Dark Cyan #108E92

Tints of Dark Cyan #108E92

Color information

#108E92 (or 0x108E92) is unknown color: approx Dark Cyan. HEX triplet: 10, 8E and 92. RGB value is (16,142,146). Sum of RGB (Red+Green+Blue) = 16+142+146=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #108E92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108E92 is #EF716D. Grayscale: #686868. Windows color (decimal): -15692142 or 9604624. OLE color: 9604624.

HSL color Cylindrical-coordinate representation of color #108E92: hue angle of 181.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108E92 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16142146-
CMYK0.890.0300.43
HSL181.85º80.25%31.76%-
HSV(B)181.85º89.04%57.25%-
XYZ15.0721.5330.56-
YUV104.78151.2664.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.26%
GREEN value IS 142 (55.86% from 255) = 46.71%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=5.26%
G=46.71%
B=48.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161421460.890.0300.43181.8580.2531.76
Hex108E9259302Bb65020
Octal20216222131305326612040
Binary1000010001110100100101011001110101011101101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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