Html Css Color HEX #84AA9F Cascade

📋 copy color: '#84AA9F'

red 132 ◦ green 170 ◦ blue 159

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

Shades of Cascade #84AA9F

Tints of Cascade #84AA9F

RGB

 RED value IS 132 (51.95% from 255) = 28.63%

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

 BLUE value IS 159 (62.5% from 255) = 34.49%

R = 28.63%
G = 36.88%
B = 34.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#84AA9F (or 0x84AA9F) is known color: Cascade. HEX triplet: 84, AA and 9F. RGB value is (132,170,159). Sum of RGB (Red+Green+Blue) = 132+170+159=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AA9F is #7B5560. Grayscale: #9D9D9D. Windows color (decimal): -8082785 or 10463876. OLE color: 10463876.

HSL color Cylindrical-coordinate representation of color #84AA9F: hue angle of 162.63º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84AA9F is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 159 -
CMYK 0.22 0 0.06 0.33
HSL 162.63º 0.18% 0.59% -
HSV(B) 162.63º 0.22% 0.67% -
XYZ 30.15 36.16 38.19 -
YUV 157.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 132 170 159 0.22 0 0.06 0.33 162.63 0.18 0.59
Hex 84 AA 9F 16 0 6 21 A3 12 3B
Octal 204 252 237 26 0 6 41 243 22 73
Binary 10000100 10101010 10011111 10110 0 110 100001 10100011 10010 111011

Color Harmonies of #84AA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA9F

Black with #84AA9F

Text Example


Text Example

White with #84AA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AA9F; }

 p { color: rgb(132,170,159); }

 H1.HeaderClassName
 {
   color: #84AA9F;
 }
 .AnyTagClassName
 {
   color: #84AA9F;
 }
</style>

background-color css

<style>
 a { background-color: #84AA9F; }

 a { background-color: rgb(132,170,159); }

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

border-color css

<style>
 span { border-color: #84AA9F; }

 span { border-color: rgb(132,170,159); }

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