#108A87

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

Shades of Dark Cyan #108A87

Tints of Dark Cyan #108A87

Color information

#108A87 (or 0x108A87) is unknown color: approx Dark Cyan. HEX triplet: 10, 8A and 87. RGB value is (16,138,135). Sum of RGB (Red+Green+Blue) = 16+138+135=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #108A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108A87 is #EF7578. Grayscale: #656565. Windows color (decimal): -15693177 or 8882704. OLE color: 8882704.

HSL color Cylindrical-coordinate representation of color #108A87: hue angle of 178.52º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108A87 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB16138135-
CMYK0.8800.020.46
HSL178.52º79.22%30.2%-
HSV(B)178.52º88.41%54.12%-
XYZ13.6820.0426.07-
YUV101.18147.0867.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 138 (54.30% from 255) = 47.75%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=5.54%
G=47.75%
B=46.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161381350.8800.020.46178.5279.2230.2
Hex108A8758022Eb34f1e
Octal20212207130025626311736
Binary100001000101010000111101100001010111010110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,138,135); }

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

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

 a { background-color: rgb(16,138,135); }

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

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

 span { border-color: rgb(16,138,135); }

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