#888CAA

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

Shades of Manatee #888CAA

Tints of Manatee #888CAA

Color information

#888CAA (or 0x888CAA) is unknown color: approx Manatee. HEX triplet: 88, 8C and AA. RGB value is (136,140,170). Sum of RGB (Red+Green+Blue) = 136+140+170=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #888CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888CAA is #777355. Grayscale: #8E8E8E. Windows color (decimal): -7828310 or 11177096. OLE color: 11177096.

HSL color Cylindrical-coordinate representation of color #888CAA: hue angle of 232.94º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #888CAA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB136140170-
CMYK0.200.1800.33
HSL232.94º16.67%60%-
HSV(B)232.94º20%66.67%-
XYZ26.7926.8941.81-
YUV142.22143.67123.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 140 (55.08% from 255) = 31.39%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=30.49%
G=31.39%
B=38.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361401700.200.1800.33232.9416.6760
Hex888CAA1412021e9113c
Octal21021425224220413512174
Binary100010001000110010101010101001001001000011110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,140,170); }

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

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

 a { background-color: rgb(136,140,170); }

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

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

 span { border-color: rgb(136,140,170); }

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