#888AAC

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

Shades of Manatee #888AAC

Tints of Manatee #888AAC

Color information

#888AAC (or 0x888AAC) is unknown color: approx Manatee. HEX triplet: 88, 8A and AC. RGB value is (136,138,172). Sum of RGB (Red+Green+Blue) = 136+138+172=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #888AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888AAC is #777553. Grayscale: #8D8D8D. Windows color (decimal): -7828820 or 11307656. OLE color: 11307656.

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

Color convert

RGB136138172-
CMYK0.210.2000.33
HSL236.67º17.82%60.39%-
HSV(B)236.67º20.93%67.45%-
XYZ26.6926.3942.72-
YUV141.28145.34124.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.49%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=30.49%
G=30.94%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361381720.210.2000.33236.6717.8260.39
Hex888AAC1514021ed123c
Octal21021225425240413552274
Binary100010001000101010101100101011010001000011110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,138,172); }

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

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

 a { background-color: rgb(136,138,172); }

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

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

 span { border-color: rgb(136,138,172); }

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