#108F8D

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

Shades of Dark Cyan #108F8D

Tints of Dark Cyan #108F8D

Color information

#108F8D (or 0x108F8D) is unknown color: approx Dark Cyan. HEX triplet: 10, 8F and 8D. RGB value is (16,143,141). Sum of RGB (Red+Green+Blue) = 16+143+141=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 143 (56.25% from 255 or 47.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 143 - color contains mainly: green. Hex color #108F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F8D is #EF7072. Grayscale: #686868. Windows color (decimal): -15691891 or 9277200. OLE color: 9277200.

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

Color convert

RGB16143141-
CMYK0.8900.010.44
HSL179.06º79.87%31.18%-
HSV(B)179.06º88.81%56.08%-
XYZ14.8421.6828.6-
YUV104.8148.4264.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.33%
GREEN value IS 143 (56.25% from 255) = 47.67%
BLUE value IS 141 (55.47% from 255) = 47%
R=5.33%
G=47.67%
B=47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161431410.8900.010.44179.0679.8731.18
Hex108F8D59012Cb3501f
Octal20217215131015426312037
Binary10000100011111000110110110010110110010110011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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