#109182

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

Shades of Dark Cyan #109182

Tints of Dark Cyan #109182

Color information

#109182 (or 0x109182) is unknown color: approx Dark Cyan. HEX triplet: 10, 91 and 82. RGB value is (16,145,130). Sum of RGB (Red+Green+Blue) = 16+145+130=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #109182 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109182 is #EF6E7D. Grayscale: #686868. Windows color (decimal): -15691390 or 8556816. OLE color: 8556816.

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

Color convert

RGB16145130-
CMYK0.8900.100.43
HSL173.02º80.12%31.57%-
HSV(B)173.02º88.97%56.86%-
XYZ14.3721.9724.6-
YUV104.72142.2664.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 130 (51.17% from 255) = 44.67%
R=5.50%
G=49.83%
B=44.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161451300.8900.100.43173.0280.1231.57
Hex109182590A2Bad5020
Octal202212021310125325512040
Binary100001001000110000010101100101010101011101011011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109182; }

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

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

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

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

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

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

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

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