Html Css Color HEX #84AC88 Envy

📋 copy color: '#84AC88'

red 132 ◦ green 172 ◦ blue 136

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

Shades of Envy #84AC88

Tints of Envy #84AC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.09%

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

R = 30%
G = 39.09%
B = 30.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#84AC88 (or 0x84AC88) is known color: Envy. HEX triplet: 84, AC and 88. RGB value is (132,172,136). Sum of RGB (Red+Green+Blue) = 132+172+136=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84AC88 is #7B5377. Grayscale: #9C9C9C. Windows color (decimal): -8082296 or 8957060. OLE color: 8957060.

HSL color Cylindrical-coordinate representation of color #84AC88: hue angle of 126º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84AC88 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 172 136 -
CMYK 0.23 0 0.21 0.33
HSL 126º 0.19% 0.6% -
HSV(B) 126º 0.23% 0.67% -
XYZ 28.71 36.19 28.76 -
YUV 155.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 132 172 136 0.23 0 0.21 0.33 126 0.19 0.6
Hex 84 AC 88 17 0 15 21 7E 13 3C
Octal 204 254 210 27 0 25 41 176 23 74
Binary 10000100 10101100 10001000 10111 0 10101 100001 1111110 10011 111100

Color Harmonies of #84AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AC88

Black with #84AC88

Text Example


Text Example

White with #84AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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