#999AA0

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

Shades of Manatee #999AA0

Tints of Manatee #999AA0

Color information

#999AA0 (or 0x999AA0) is unknown color: approx Manatee. HEX triplet: 99, 9A and A0. RGB value is (153,154,160). Sum of RGB (Red+Green+Blue) = 153+154+160=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 160 - color contains mainly: blue. Hex color #999AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999AA0 is #66655F. Grayscale: #9A9A9A. Windows color (decimal): -6710624 or 10525337. OLE color: 10525337.

HSL color Cylindrical-coordinate representation of color #999AA0: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999AA0 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB153154160-
CMYK0.040.0400.37
HSL231.43º3.55%61.37%-
HSV(B)231.43º4.37%62.75%-
XYZ31.0432.4237.88-
YUV154.38131.17127.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 154 (60.55% from 255) = 32.98%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=32.76%
G=32.98%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1531541600.040.0400.37231.433.5561.37
Hex999AA044025e743d
Octal23123224044045347475
Binary100110011001101010100000100100010010111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999AA0; }

 p { color: rgb(153,154,160); }

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

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

 a { background-color: rgb(153,154,160); }

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

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

 span { border-color: rgb(153,154,160); }

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