#8EA8AC

Color #8EA8AC Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #8EA8AC

Tints of Botticelli #8EA8AC

Color information

#8EA8AC (or 0x8EA8AC) is unknown color: approx Botticelli. HEX triplet: 8E, A8 and AC. RGB value is (142,168,172). Sum of RGB (Red+Green+Blue) = 142+168+172=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AC is #715753. Grayscale: #A0A0A0. Windows color (decimal): -7427924 or 11315342. OLE color: 11315342.

HSL color Cylindrical-coordinate representation of color #8EA8AC: hue angle of 188º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA8AC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB142168172-
CMYK0.170.0200.33
HSL188º15.31%61.57%-
HSV(B)188º17.44%67.45%-
XYZ32.636.7344.4-
YUV160.68134.39114.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=29.46%
G=34.85%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421681720.170.0200.3318815.3161.57
Hex8EA8AC112021bcf3e
Octal2162502542120412741776
Binary10001110101010001010110010001100100001101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EA8AC; }

 p { color: rgb(142,168,172); }

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

<style>
 a { background-color: #8EA8AC; }

 a { background-color: rgb(142,168,172); }

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

<style>
 span { border-color: #8EA8AC; }

 span { border-color: rgb(142,168,172); }

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