#94969A

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

Shades of Manatee #94969A

Tints of Manatee #94969A

Color information

#94969A (or 0x94969A) is unknown color: approx Manatee. HEX triplet: 94, 96 and 9A. RGB value is (148,150,154). Sum of RGB (Red+Green+Blue) = 148+150+154=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 154 - color contains mainly: blue. Hex color #94969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94969A is #6B6965. Grayscale: #959595. Windows color (decimal): -7039334 or 10131092. OLE color: 10131092.

HSL color Cylindrical-coordinate representation of color #94969A: hue angle of 220º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #94969A is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB148150154-
CMYK0.040.0300.40
HSL220º2.88%59.22%-
HSV(B)220º3.9%60.39%-
XYZ28.9530.4434.92-
YUV149.86130.34126.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 154 (60.55% from 255) = 34.07%
R=32.74%
G=33.19%
B=34.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481501540.040.0300.402202.8859.22
Hex94969A43028dc33b
Octal22422623243050334373
Binary1001010010010110100110101001101010001101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94969A; }

 p { color: rgb(148,150,154); }

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

<style>
 a { background-color: #94969A; }

 a { background-color: rgb(148,150,154); }

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

<style>
 span { border-color: #94969A; }

 span { border-color: rgb(148,150,154); }

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