#8EAAA3

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

Shades of Cascade #8EAAA3

Tints of Cascade #8EAAA3

Color information

#8EAAA3 (or 0x8EAAA3) is unknown color: approx Cascade. HEX triplet: 8E, AA and A3. RGB value is (142,170,163). Sum of RGB (Red+Green+Blue) = 142+170+163=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAA3 is #71555C. Grayscale: #A0A0A0. Windows color (decimal): -7427421 or 10726030. OLE color: 10726030.

HSL color Cylindrical-coordinate representation of color #8EAAA3: hue angle of 165º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAAA3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB142170163-
CMYK0.1600.040.33
HSL165º14.14%61.18%-
HSV(B)165º16.47%66.67%-
XYZ32.1437.1440.13-
YUV160.83129.22114.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=29.89%
G=35.79%
B=34.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701630.1600.040.3316514.1461.18
Hex8EAAA3100421a5e3d
Octal2162522432004412451675
Binary100011101010101010100011100000100100001101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,163); }

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

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

 a { background-color: rgb(142,170,163); }

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

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

 span { border-color: rgb(142,170,163); }

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