#108F92

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

Shades of Dark Cyan #108F92

Tints of Dark Cyan #108F92

Color information

#108F92 (or 0x108F92) is unknown color: approx Dark Cyan. HEX triplet: 10, 8F and 92. RGB value is (16,143,146). Sum of RGB (Red+Green+Blue) = 16+143+146=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #108F92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F92 is #EF706D. Grayscale: #696969. Windows color (decimal): -15691886 or 9604880. OLE color: 9604880.

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

Color convert

RGB16143146-
CMYK0.890.0200.43
HSL181.38º80.25%31.76%-
HSV(B)181.38º89.04%57.25%-
XYZ15.2221.8330.61-
YUV105.37150.9264.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=5.25%
G=46.89%
B=47.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161431460.890.0200.43181.3880.2531.76
Hex108F9259202Bb55020
Octal20217222131205326512040
Binary1000010001111100100101011001100101011101101011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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