Html Css Color HEX #999CAA Manatee

📋 copy color: '#999CAA'

red 153 ◦ green 156 ◦ blue 170

#999CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #999CAA

Tints of Manatee #999CAA

RGB

 RED value IS 153 (60.16% from 255) = 31.94%

 GREEN value IS 156 (61.33% from 255) = 32.57%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 31.94%
G = 32.57%
B = 35.49%

CMYK

 C value IS 0.1

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#999CAA (or 0x999CAA) is known color: Manatee. HEX triplet: 99, 9C and AA. RGB value is (153,156,170). Sum of RGB (Red+Green+Blue) = 153+156+170=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 170 - color contains mainly: blue. Hex color #999CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAA is #666355. Grayscale: #9C9C9C. Windows color (decimal): -6710102 or 11181209. OLE color: 11181209.

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

Color convert

RGB 153 156 170 -
CMYK 0.1 0.08 0 0.33
HSL 229.41º 0.09% 0.63% -
HSV(B) 229.41º 0.1% 0.67% -
XYZ 32.28 33.45 42.79 -
YUV 156.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 153 156 170 0.1 0.08 0 0.33 229.41 0.09 0.63
Hex 99 9C AA A 8 0 21 E5 9 3F
Octal 231 234 252 12 10 0 41 345 11 77
Binary 10011001 10011100 10101010 1010 1000 0 100001 11100101 1001 111111

Color Harmonies of #999CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CAA

Black with #999CAA

Text Example


Text Example

White with #999CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999CAA;
 }
 .AnyTagClassName
 {
   color: #999CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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