Html Css Color HEX #72A490 Acapulco

📋 copy color: '#72A490'

red 114 ◦ green 164 ◦ blue 144

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

Shades of Acapulco #72A490

Tints of Acapulco #72A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 27.01%
G = 38.86%
B = 34.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#72A490 (or 0x72A490) is known color: Acapulco. HEX triplet: 72, A4 and 90. RGB value is (114,164,144). Sum of RGB (Red+Green+Blue) = 114+164+144=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #72A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A490 is #8D5B6F. Grayscale: #929292. Windows color (decimal): -9263984 or 9479282. OLE color: 9479282.

HSL color Cylindrical-coordinate representation of color #72A490: hue angle of 156º 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 #72A490 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 164 144 -
CMYK 0.30 0 0.12 0.36
HSL 156º 0.22% 0.55% -
HSV(B) 156º 0.3% 0.64% -
XYZ 25.25 32.14 31.26 -
YUV 146.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 114 164 144 0.30 0 0.12 0.36 156 0.22 0.55
Hex 72 A4 90 1E 0 C 24 9C 16 37
Octal 162 244 220 36 0 14 44 234 26 67
Binary 1110010 10100100 10010000 11110 0 1100 100100 10011100 10110 110111

Color Harmonies of #72A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A490

Black with #72A490

Text Example


Text Example

White with #72A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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