#109287

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

Shades of Dark Cyan #109287

Tints of Dark Cyan #109287

Color information

#109287 (or 0x109287) is unknown color: approx Dark Cyan. HEX triplet: 10, 92 and 87. RGB value is (16,146,135). Sum of RGB (Red+Green+Blue) = 16+146+135=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #109287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109287 is #EF6D78. Grayscale: #696969. Windows color (decimal): -15691129 or 8884752. OLE color: 8884752.

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

Color convert

RGB16146135-
CMYK0.8900.080.43
HSL174.92º80.25%31.76%-
HSV(B)174.92º89.04%57.25%-
XYZ14.8722.4226.47-
YUV105.88144.4363.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 146 (57.42% from 255) = 49.16%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=5.39%
G=49.16%
B=45.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461350.8900.080.43174.9280.2531.76
Hex10928759082Baf5020
Octal202222071310105325712040
Binary100001001001010000111101100101000101011101011111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109287; }

 p { color: rgb(16,146,135); }

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

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

 a { background-color: rgb(16,146,135); }

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

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

 span { border-color: rgb(16,146,135); }

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