#989CAA

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

Shades of Manatee #989CAA

Tints of Manatee #989CAA

Color information

#989CAA (or 0x989CAA) is unknown color: approx Manatee. HEX triplet: 98, 9C and AA. RGB value is (152,156,170). Sum of RGB (Red+Green+Blue) = 152+156+170=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #989CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989CAA is #676355. Grayscale: #9C9C9C. Windows color (decimal): -6775638 or 11181208. OLE color: 11181208.

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

Color convert

RGB152156170-
CMYK0.110.0800.33
HSL226.67º9.57%63.14%-
HSV(B)226.67º10.59%66.67%-
XYZ32.0933.3542.78-
YUV156.4135.67124.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=31.80%
G=32.64%
B=35.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521561700.110.0800.33226.679.5763.14
Hex989CAAB8021e3a3f
Octal23023425213100413431277
Binary100110001001110010101010101110000100001111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989CAA; }

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

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

<style>
 a { background-color: #989CAA; }

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

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

<style>
 span { border-color: #989CAA; }

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

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