Html Css Color HEX #84AD88 Envy

📋 copy color: '#84AD88'

red 132 ◦ green 173 ◦ blue 136

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

Shades of Envy #84AD88

Tints of Envy #84AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 29.93%
G = 39.23%
B = 30.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#84AD88 (or 0x84AD88) is known color: Envy. HEX triplet: 84, AD and 88. RGB value is (132,173,136). Sum of RGB (Red+Green+Blue) = 132+173+136=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AD88 is #7B5277. Grayscale: #9C9C9C. Windows color (decimal): -8082040 or 8957316. OLE color: 8957316.

HSL color Cylindrical-coordinate representation of color #84AD88: hue angle of 125.85º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #84AD88 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 132 173 136 -
CMYK 0.24 0 0.21 0.32
HSL 125.85º 0.2% 0.6% -
HSV(B) 125.85º 0.24% 0.68% -
XYZ 28.9 36.57 28.83 -
YUV 156.52 116.42 110.51 -
System Red Green Blue C M Y K H S L
Decimal 132 173 136 0.24 0 0.21 0.32 125.85 0.2 0.6
Hex 84 AD 88 18 0 15 20 7E 14 3C
Octal 204 255 210 30 0 25 40 176 24 74
Binary 10000100 10101101 10001000 11000 0 10101 100000 1111110 10100 111100

Color Harmonies of #84AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AD88

Black with #84AD88

Text Example


Text Example

White with #84AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,173,136); }

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

background-color css

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

 a { background-color: rgb(132,173,136); }

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

border-color css

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

 span { border-color: rgb(132,173,136); }

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