Html Css Color HEX #8EABA3 Cascade

📋 copy color: '#8EABA3'

red 142 ◦ green 171 ◦ blue 163

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

Shades of Cascade #8EABA3

Tints of Cascade #8EABA3

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 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

#8EABA3 (or 0x8EABA3) is known color: 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

RGB 142 171 163 -
CMYK 0.17 0 0.05 0.33
HSL 163.45º 0.15% 0.61% -
HSV(B) 163.45º 0.17% 0.67% -
XYZ 32.33 37.52 40.19 -
YUV 161.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 142 171 163 0.17 0 0.05 0.33 163.45 0.15 0.61
Hex 8E AB A3 11 0 5 21 A3 F 3D
Octal 216 253 243 21 0 5 41 243 17 75
Binary 10001110 10101011 10100011 10001 0 101 100001 10100011 1111 111101

Color Harmonies of #8EABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABA3

Black with #8EABA3

Text Example


Text Example

White with #8EABA3

Text Example


Text Example

HTML Codes & Css Web 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>