#9599AA

Color #9599AA Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9599AA

Tints of Manatee #9599AA

Color information

#9599AA (or 0x9599AA) is unknown color: approx Manatee. HEX triplet: 95, 99 and AA. RGB value is (149,153,170). Sum of RGB (Red+Green+Blue) = 149+153+170=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 170 - color contains mainly: blue. Hex color #9599AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9599AA is #6A6655. Grayscale: #999999. Windows color (decimal): -6973014 or 11180437. OLE color: 11180437.

HSL color Cylindrical-coordinate representation of color #9599AA: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9599AA is Cyan = 0.12, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149153170-
CMYK0.120.100.33
HSL228.57º10.99%62.55%-
HSV(B)228.57º12.35%66.67%-
XYZ31.0432.0742.59-
YUV153.74137.17124.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 170 (66.80% from 255) = 36.02%
R=31.57%
G=32.42%
B=36.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491531700.120.100.33228.5710.9962.55
Hex9599AACA021e5b3f
Octal22523125214120413451377
Binary100101011001100110101010110010100100001111001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9599AA; }

 p { color: rgb(149,153,170); }

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

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

 a { background-color: rgb(149,153,170); }

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

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

 span { border-color: rgb(149,153,170); }

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