#97989C

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

Shades of Manatee #97989C

Tints of Manatee #97989C

Color information

#97989C (or 0x97989C) is unknown color: approx Manatee. HEX triplet: 97, 98 and 9C. RGB value is (151,152,156). Sum of RGB (Red+Green+Blue) = 151+152+156=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 156 - color contains mainly: blue. Hex color #97989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97989C is #686763. Grayscale: #989898. Windows color (decimal): -6842212 or 10262679. OLE color: 10262679.

HSL color Cylindrical-coordinate representation of color #97989C: hue angle of 228º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #97989C is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151152156-
CMYK0.030.0300.39
HSL228º2.46%60.2%-
HSV(B)228º3.21%61.18%-
XYZ29.9931.4435.94-
YUV152.16130.17127.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 152 (59.77% from 255) = 33.12%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=32.90%
G=33.12%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511521560.030.0300.392282.4660.2
Hex97989C33027e423c
Octal22723023433047344274
Binary100101111001100010011100111101001111110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97989C; }

 p { color: rgb(151,152,156); }

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

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

 a { background-color: rgb(151,152,156); }

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

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

 span { border-color: rgb(151,152,156); }

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