Html Css Color HEX #8FAAA2 Cascade

📋 copy color: '#8FAAA2'

red 143 ◦ green 170 ◦ blue 162

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

Shades of Cascade #8FAAA2

Tints of Cascade #8FAAA2

RGB

 RED value IS 143 (56.25% from 255) = 30.11%

 GREEN value IS 170 (66.8% from 255) = 35.79%

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

R = 30.11%
G = 35.79%
B = 34.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8FAAA2 (or 0x8FAAA2) is known color: Cascade. HEX triplet: 8F, AA and A2. RGB value is (143,170,162). Sum of RGB (Red+Green+Blue) = 143+170+162=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAAA2 is #70555D. Grayscale: #A1A1A1. Windows color (decimal): -7361886 or 10660495. OLE color: 10660495.

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

Color convert

RGB 143 170 162 -
CMYK 0.16 0 0.05 0.33
HSL 162.22º 0.14% 0.61% -
HSV(B) 162.22º 0.16% 0.67% -
XYZ 32.22 37.2 39.66 -
YUV 161.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 143 170 162 0.16 0 0.05 0.33 162.22 0.14 0.61
Hex 8F AA A2 10 0 5 21 A2 E 3D
Octal 217 252 242 20 0 5 41 242 16 75
Binary 10001111 10101010 10100010 10000 0 101 100001 10100010 1110 111101

Color Harmonies of #8FAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAA2

Black with #8FAAA2

Text Example


Text Example

White with #8FAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,170,162); }

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

background-color css

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

 a { background-color: rgb(143,170,162); }

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

border-color css

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

 span { border-color: rgb(143,170,162); }

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