Html Css Color HEX #84A39E Cascade

📋 copy color: '#84A39E'

red 132 ◦ green 163 ◦ blue 158

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

Shades of Cascade #84A39E

Tints of Cascade #84A39E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.98%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 29.14%
G = 35.98%
B = 34.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#84A39E (or 0x84A39E) is known color: Cascade. HEX triplet: 84, A3 and 9E. RGB value is (132,163,158). Sum of RGB (Red+Green+Blue) = 132+163+158=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #84A39E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A39E is #7B5C61. Grayscale: #999999. Windows color (decimal): -8084578 or 10396548. OLE color: 10396548.

HSL color Cylindrical-coordinate representation of color #84A39E: hue angle of 170.32º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A39E is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 158 -
CMYK 0.19 0 0.03 0.36
HSL 170.32º 0.14% 0.58% -
HSV(B) 170.32º 0.19% 0.64% -
XYZ 28.78 33.57 37.31 -
YUV 153.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 132 163 158 0.19 0 0.03 0.36 170.32 0.14 0.58
Hex 84 A3 9E 13 0 3 24 AA E 3A
Octal 204 243 236 23 0 3 44 252 16 72
Binary 10000100 10100011 10011110 10011 0 11 100100 10101010 1110 111010

Color Harmonies of #84A39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A39E

Black with #84A39E

Text Example


Text Example

White with #84A39E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,158); }

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

background-color css

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

 a { background-color: rgb(132,163,158); }

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

border-color css

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

 span { border-color: rgb(132,163,158); }

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