#108f82

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

Shades of Dark Cyan #108F82

Tints of Dark Cyan #108F82

Color information

#108F82 (or 0x108F82) is unknown color: approx Dark Cyan. HEX triplet: 10, 8F and 82. RGB value is (16,143,130). Sum of RGB (Red+Green+Blue) = 16+143+130=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #108F82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F82 is #EF707D. Grayscale: #676767. Windows color (decimal): -15691902 or 8556304. OLE color: 8556304.

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

Color convert

RGB16143130-
CMYK0.8900.090.44
HSL173.86º79.87%31.18%-
HSV(B)173.86º88.81%56.08%-
XYZ14.0721.3724.5-
YUV103.54142.9265.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 143 (56.25% from 255) = 49.48%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=5.54%
G=49.48%
B=44.98%

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
Decimal161431300.8900.090.44173.8679.8731.18
Hex108F8259092Cae501f
Octal202172021310115425612037
Binary10000100011111000001010110010100110110010101110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,143,130); }

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

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

 a { background-color: rgb(16,143,130); }

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

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

 span { border-color: rgb(16,143,130); }

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