Html Css Color HEX #999CAB Manatee

📋 copy color: '#999CAB'

red 153 ◦ green 156 ◦ blue 171

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

Shades of Manatee #999CAB

Tints of Manatee #999CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.63%

R = 31.88%
G = 32.5%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#999CAB (or 0x999CAB) is known color: Manatee. HEX triplet: 99, 9C and AB. RGB value is (153,156,171). Sum of RGB (Red+Green+Blue) = 153+156+171=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 171 (67.19% from 255 or 35.62% from 480); Max value from RGB is 171 - color contains mainly: blue. Hex color #999CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999CAB is #666354. Grayscale: #9C9C9C. Windows color (decimal): -6710101 or 11246745. OLE color: 11246745.

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

Color convert

RGB 153 156 171 -
CMYK 0.11 0.09 0 0.33
HSL 230º 0.1% 0.64% -
HSV(B) 230º 0.11% 0.67% -
XYZ 32.38 33.49 43.29 -
YUV 156.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 153 156 171 0.11 0.09 0 0.33 230 0.1 0.64
Hex 99 9C AB B 9 0 21 E6 A 40
Octal 231 234 253 13 11 0 41 346 12 100
Binary 10011001 10011100 10101011 1011 1001 0 100001 11100110 1010 1000000

Color Harmonies of #999CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CAB

Black with #999CAB

Text Example


Text Example

White with #999CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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