Html Css Color HEX #84A394 Acapulco

📋 copy color: '#84A394'

red 132 ◦ green 163 ◦ blue 148

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

Shades of Acapulco #84A394

Tints of Acapulco #84A394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.41%

R = 29.8%
G = 36.79%
B = 33.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#84A394 (or 0x84A394) is known color: Acapulco. HEX triplet: 84, A3 and 94. RGB value is (132,163,148). Sum of RGB (Red+Green+Blue) = 132+163+148=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #84A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A394 is #7B5C6B. Grayscale: #989898. Windows color (decimal): -8084588 or 9741188. OLE color: 9741188.

HSL color Cylindrical-coordinate representation of color #84A394: hue angle of 150.97º 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 #84A394 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 163 148 -
CMYK 0.19 0 0.09 0.36
HSL 150.97º 0.14% 0.58% -
HSV(B) 150.97º 0.19% 0.64% -
XYZ 27.96 33.24 32.96 -
YUV 152.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 132 163 148 0.19 0 0.09 0.36 150.97 0.14 0.58
Hex 84 A3 94 13 0 9 24 97 E 3A
Octal 204 243 224 23 0 11 44 227 16 72
Binary 10000100 10100011 10010100 10011 0 1001 100100 10010111 1110 111010

Color Harmonies of #84A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A394

Black with #84A394

Text Example


Text Example

White with #84A394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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