#96989E

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

Shades of Manatee #96989E

Tints of Manatee #96989E

Color information

#96989E (or 0x96989E) is unknown color: approx Manatee. HEX triplet: 96, 98 and 9E. RGB value is (150,152,158). Sum of RGB (Red+Green+Blue) = 150+152+158=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 158 - color contains mainly: blue. Hex color #96989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96989E is #696761. Grayscale: #989898. Windows color (decimal): -6907746 or 10393750. OLE color: 10393750.

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

Color convert

RGB150152158-
CMYK0.050.0400.38
HSL225º3.96%60.39%-
HSV(B)225º5.06%61.96%-
XYZ29.9831.4136.83-
YUV152.09131.34126.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 152 (59.77% from 255) = 33.04%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=32.61%
G=33.04%
B=34.35%

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
Decimal1501521580.050.0400.382253.9660.39
Hex96989E54026e143c
Octal22623023654046341474
Binary100101101001100010011110101100010011011100001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96989E; }

 p { color: rgb(150,152,158); }

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

<style>
 a { background-color: #96989E; }

 a { background-color: rgb(150,152,158); }

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

<style>
 span { border-color: #96989E; }

 span { border-color: rgb(150,152,158); }

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