#108E93

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

Shades of Dark Cyan #108E93

Tints of Dark Cyan #108E93

Color information

#108E93 (or 0x108E93) is unknown color: approx Dark Cyan. HEX triplet: 10, 8E and 93. RGB value is (16,142,147). Sum of RGB (Red+Green+Blue) = 16+142+147=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #108E93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108E93 is #EF716C. Grayscale: #686868. Windows color (decimal): -15692141 or 9670160. OLE color: 9670160.

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

Color convert

RGB16142147-
CMYK0.890.0300.42
HSL182.29º80.37%31.96%-
HSV(B)182.29º89.12%57.65%-
XYZ15.1521.5630.97-
YUV104.9151.7664.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 142 (55.86% from 255) = 46.56%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=5.25%
G=46.56%
B=48.20%

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
Decimal161421470.890.0300.42182.2980.3731.96
Hex108E9359302Ab65020
Octal20216223131305226612040
Binary1000010001110100100111011001110101010101101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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