Html Css Color HEX #72A497 Acapulco

📋 copy color: '#72A497'

red 114 ◦ green 164 ◦ blue 151

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

Shades of Acapulco #72A497

Tints of Acapulco #72A497

RGB

 RED value IS 114 (44.92% from 255) = 26.57%

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 26.57%
G = 38.23%
B = 35.2%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#72A497 (or 0x72A497) is known color: Acapulco. HEX triplet: 72, A4 and 97. RGB value is (114,164,151). Sum of RGB (Red+Green+Blue) = 114+164+151=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 164 - color contains mainly: green. Hex color #72A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A497 is #8D5B68. Grayscale: #939393. Windows color (decimal): -9263977 or 9938034. OLE color: 9938034.

HSL color Cylindrical-coordinate representation of color #72A497: hue angle of 164.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A497 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 164 151 -
CMYK 0.30 0 0.08 0.36
HSL 164.4º 0.22% 0.55% -
HSV(B) 164.4º 0.3% 0.64% -
XYZ 25.8 32.36 34.16 -
YUV 147.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 114 164 151 0.30 0 0.08 0.36 164.4 0.22 0.55
Hex 72 A4 97 1E 0 8 24 A4 16 37
Octal 162 244 227 36 0 10 44 244 26 67
Binary 1110010 10100100 10010111 11110 0 1000 100100 10100100 10110 110111

Color Harmonies of #72A497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A497

Black with #72A497

Text Example


Text Example

White with #72A497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A497; }

 p { color: rgb(114,164,151); }

 H1.HeaderClassName
 {
   color: #72A497;
 }
 .AnyTagClassName
 {
   color: #72A497;
 }
</style>

background-color css

<style>
 a { background-color: #72A497; }

 a { background-color: rgb(114,164,151); }

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

border-color css

<style>
 span { border-color: #72A497; }

 span { border-color: rgb(114,164,151); }

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