#9799A0

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

Shades of Manatee #9799A0

Tints of Manatee #9799A0

Color information

#9799A0 (or 0x9799A0) is unknown color: approx Manatee. HEX triplet: 97, 99 and A0. RGB value is (151,153,160). Sum of RGB (Red+Green+Blue) = 151+153+160=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 160 - color contains mainly: blue. Hex color #9799A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9799A0 is #68665F. Grayscale: #999999. Windows color (decimal): -6841952 or 10525079. OLE color: 10525079.

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

Color convert

RGB151153160-
CMYK0.060.0400.37
HSL226.67º4.52%60.98%-
HSV(B)226.67º5.62%62.75%-
XYZ30.531.937.81-
YUV153.2131.84126.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=32.54%
G=32.97%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511531600.060.0400.37226.674.5260.98
Hex9799A064025e353d
Octal22723124064045343575
Binary100101111001100110100000110100010010111100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9799A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9799A0; }

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

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

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

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

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

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

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

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