#8EABA3

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

Shades of Cascade #8EABA3

Tints of Cascade #8EABA3

Color information

#8EABA3 (or 0x8EABA3) is unknown color: approx Cascade. HEX triplet: 8E, AB and A3. RGB value is (142,171,163). Sum of RGB (Red+Green+Blue) = 142+171+163=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #8EABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABA3 is #71545C. Grayscale: #A1A1A1. Windows color (decimal): -7427165 or 10726286. OLE color: 10726286.

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

Color convert

RGB142171163-
CMYK0.1700.050.33
HSL163.45º14.72%61.37%-
HSV(B)163.45º16.96%67.06%-
XYZ32.3337.5240.19-
YUV161.42128.89114.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 163 (64.06% from 255) = 34.24%
R=29.83%
G=35.92%
B=34.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421711630.1700.050.33163.4514.7261.37
Hex8EABA3110521a3f3d
Octal2162532432105412431775
Binary100011101010101110100011100010101100001101000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EABA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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