#868EAB

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

Shades of Manatee #868EAB

Tints of Manatee #868EAB

Color information

#868EAB (or 0x868EAB) is unknown color: approx Manatee. HEX triplet: 86, 8E and AB. RGB value is (134,142,171). Sum of RGB (Red+Green+Blue) = 134+142+171=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #868EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868EAB is #797154. Grayscale: #8E8E8E. Windows color (decimal): -7958869 or 11243142. OLE color: 11243142.

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

Color convert

RGB134142171-
CMYK0.220.1700.33
HSL227.03º18.05%59.8%-
HSV(B)227.03º21.64%67.06%-
XYZ26.8627.3542.39-
YUV142.91143.85121.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=29.98%
G=31.77%
B=38.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341421710.220.1700.33227.0318.0559.8
Hex868EAB1611021e3123c
Octal20621625326210413432274
Binary100001101000111010101011101101000101000011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868EAB; }

 p { color: rgb(134,142,171); }

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

<style>
 a { background-color: #868EAB; }

 a { background-color: rgb(134,142,171); }

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

<style>
 span { border-color: #868EAB; }

 span { border-color: rgb(134,142,171); }

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