#108C95

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

Shades of Dark Cyan #108C95

Tints of Dark Cyan #108C95

Color information

#108C95 (or 0x108C95) is unknown color: approx Dark Cyan. HEX triplet: 10, 8C and 95. RGB value is (16,140,149). Sum of RGB (Red+Green+Blue) = 16+140+149=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #108C95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108C95 is #EF736A. Grayscale: #676767. Windows color (decimal): -15692651 or 9800720. OLE color: 9800720.

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

Color convert

RGB16140149-
CMYK0.890.0600.42
HSL184.06º80.61%32.35%-
HSV(B)184.06º89.26%58.43%-
XYZ15.0221.0431.7-
YUV103.95153.4265.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=5.25%
G=45.90%
B=48.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161401490.890.0600.42184.0680.6132.35
Hex108C9559602Ab85120
Octal20214225131605227012140
Binary10000100011001001010110110011100101010101110001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,140,149); }

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

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

 a { background-color: rgb(16,140,149); }

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

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

 span { border-color: rgb(16,140,149); }

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