#108491

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

Shades of Dark Cyan #108491

Tints of Dark Cyan #108491

Color information

#108491 (or 0x108491) is unknown color: approx Dark Cyan. HEX triplet: 10, 84 and 91. RGB value is (16,132,145). Sum of RGB (Red+Green+Blue) = 16+132+145=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #108491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108491 is #EF7B6E. Grayscale: #626262. Windows color (decimal): -15694703 or 9536528. OLE color: 9536528.

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

Color convert

RGB16132145-
CMYK0.890.0900.43
HSL186.05º80.12%31.57%-
HSV(B)186.05º88.97%56.86%-
XYZ13.5818.6629.67-
YUV98.8154.0768.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=5.46%
G=45.05%
B=49.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161321450.890.0900.43186.0580.1231.57
Hex10849159902Bba5020
Octal202042211311105327212040
Binary100001000010010010001101100110010101011101110101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108491; }

 p { color: rgb(16,132,145); }

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

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

 a { background-color: rgb(16,132,145); }

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

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

 span { border-color: rgb(16,132,145); }

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