Html Css Color HEX #8EABA2 Cascade

📋 copy color: '#8EABA2'

red 142 ◦ green 171 ◦ blue 162

#8EABA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #8EABA2

Tints of Cascade #8EABA2

RGB

 RED value IS 142 (55.86% from 255) = 29.89%

 GREEN value IS 171 (67.19% from 255) = 36%

 BLUE value IS 162 (63.67% from 255) = 34.11%

R = 29.89%
G = 36%
B = 34.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8EABA2 (or 0x8EABA2) is known color: Cascade. HEX triplet: 8E, AB and A2. RGB value is (142,171,162). Sum of RGB (Red+Green+Blue) = 142+171+162=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #8EABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EABA2 is #71545D. Grayscale: #A1A1A1. Windows color (decimal): -7427166 or 10660750. OLE color: 10660750.

HSL color Cylindrical-coordinate representation of color #8EABA2: hue angle of 161.38º 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 #8EABA2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 171 162 -
CMYK 0.17 0 0.05 0.33
HSL 161.38º 0.15% 0.61% -
HSV(B) 161.38º 0.17% 0.67% -
XYZ 32.24 37.49 39.72 -
YUV 161.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 142 171 162 0.17 0 0.05 0.33 161.38 0.15 0.61
Hex 8E AB A2 11 0 5 21 A1 F 3D
Octal 216 253 242 21 0 5 41 241 17 75
Binary 10001110 10101011 10100010 10001 0 101 100001 10100001 1111 111101

Color Harmonies of #8EABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABA2

Black with #8EABA2

Text Example


Text Example

White with #8EABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EABA2;
 }
 .AnyTagClassName
 {
   color: #8EABA2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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