#108C91

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

Shades of Dark Cyan #108C91

Tints of Dark Cyan #108C91

Color information

#108C91 (or 0x108C91) is unknown color: approx Dark Cyan. HEX triplet: 10, 8C and 91. RGB value is (16,140,145). Sum of RGB (Red+Green+Blue) = 16+140+145=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #108C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108C91 is #EF736E. Grayscale: #676767. Windows color (decimal): -15692655 or 9538576. OLE color: 9538576.

HSL color Cylindrical-coordinate representation of color #108C91: hue angle of 182.33º 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 #108C91 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16140145-
CMYK0.890.0300.43
HSL182.33º80.12%31.57%-
HSV(B)182.33º88.97%56.86%-
XYZ14.720.9130.05-
YUV103.49151.4265.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=5.32%
G=46.51%
B=48.17%

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
Decimal161401450.890.0300.43182.3380.1231.57
Hex108C9159302Bb65020
Octal20214221131305326612040
Binary1000010001100100100011011001110101011101101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,140,145); }

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

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

 a { background-color: rgb(16,140,145); }

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

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

 span { border-color: rgb(16,140,145); }

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