#97999F

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

Shades of Manatee #97999F

Tints of Manatee #97999F

Color information

#97999F (or 0x97999F) is unknown color: approx Manatee. HEX triplet: 97, 99 and 9F. RGB value is (151,153,159). Sum of RGB (Red+Green+Blue) = 151+153+159=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 159 - color contains mainly: blue. Hex color #97999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97999F is #686660. Grayscale: #999999. Windows color (decimal): -6841953 or 10459543. OLE color: 10459543.

HSL color Cylindrical-coordinate representation of color #97999F: hue angle of 225º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #97999F is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151153159-
CMYK0.050.0400.38
HSL225º4%60.78%-
HSV(B)225º5.03%62.35%-
XYZ30.4131.8637.35-
YUV153.09131.34126.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.61%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 159 (62.5% from 255) = 34.34%
R=32.61%
G=33.05%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511531590.050.0400.38225460.78
Hex97999F54026e143d
Octal22723123754046341475
Binary100101111001100110011111101100010011011100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97999F; }

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

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

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

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

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

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

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

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