#109190

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

Shades of Dark Cyan #109190

Tints of Dark Cyan #109190

Color information

#109190 (or 0x109190) is unknown color: approx Dark Cyan. HEX triplet: 10, 91 and 90. RGB value is (16,145,144). Sum of RGB (Red+Green+Blue) = 16+145+144=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #109190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109190 is #EF6E6F. Grayscale: #6A6A6A. Windows color (decimal): -15691376 or 9474320. OLE color: 9474320.

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

Color convert

RGB16145144-
CMYK0.8900.010.43
HSL179.53º80.12%31.57%-
HSV(B)179.53º88.97%56.86%-
XYZ15.3722.3729.89-
YUV106.32149.2663.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.25%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=5.25%
G=47.54%
B=47.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161451440.8900.010.43179.5380.1231.57
Hex10919059012Bb45020
Octal20221220131015326412040
Binary100001001000110010000101100101101011101101001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109190; }

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

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

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

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

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

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

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

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