#999CAB

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

Shades of Manatee #999CAB

Tints of Manatee #999CAB

Color information

#999CAB (or 0x999CAB) is unknown color: approx 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

RGB153156171-
CMYK0.110.0900.33
HSL230º9.68%63.53%-
HSV(B)230º10.53%67.06%-
XYZ32.3833.4943.29-
YUV156.81136.01125.28-

RGB Variations

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

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.62%
R=31.88%
G=32.5%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531561710.110.0900.332309.6863.53
Hex999CABB9021e6a40
Octal231234253131104134612100
Binary1001100110011100101010111011100101000011110011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>