Html Css Color HEX #8EAAA3 Cascade

📋 copy color: '#8EAAA3'

red 142 ◦ green 170 ◦ blue 163

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

Shades of Cascade #8EAAA3

Tints of Cascade #8EAAA3

RGB

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

 GREEN value IS 170 (66.8% 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 value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 142 170 163 -
CMYK 0.16 0 0.04 0.33
HSL 165º 0.14% 0.61% -
HSV(B) 165º 0.16% 0.67% -
XYZ 32.14 37.14 40.13 -
YUV 160.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 142 170 163 0.16 0 0.04 0.33 165 0.14 0.61
Hex 8E AA A3 10 0 4 21 A5 E 3D
Octal 216 252 243 20 0 4 41 245 16 75
Binary 10001110 10101010 10100011 10000 0 100 100001 10100101 1110 111101

Color Harmonies of #8EAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAA3

Black with #8EAAA3

Text Example


Text Example

White with #8EAAA3

Text Example


Text Example

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