#108F93

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

Shades of Dark Cyan #108F93

Tints of Dark Cyan #108F93

Color information

#108F93 (or 0x108F93) is unknown color: approx Dark Cyan. HEX triplet: 10, 8F and 93. RGB value is (16,143,147). Sum of RGB (Red+Green+Blue) = 16+143+147=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #108F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108F93 is #EF706C. Grayscale: #696969. Windows color (decimal): -15691885 or 9670416. OLE color: 9670416.

HSL color Cylindrical-coordinate representation of color #108F93: hue angle of 181.83º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108F93 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16143147-
CMYK0.890.0300.42
HSL181.83º80.37%31.96%-
HSV(B)181.83º89.12%57.65%-
XYZ15.321.8631.02-
YUV105.48151.4264.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.23%
GREEN value IS 143 (56.25% from 255) = 46.73%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=5.23%
G=46.73%
B=48.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161431470.890.0300.42181.8380.3731.96
Hex108F9359302Ab65020
Octal20217223131305226612040
Binary1000010001111100100111011001110101010101101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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