#72a599

Color #72A599 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #72A599

Tints of Acapulco #72A599

Color information

#72A599 (or 0x72A599) is unknown color: approx Acapulco. HEX triplet: 72, A5 and 99. RGB value is (114,165,153). Sum of RGB (Red+Green+Blue) = 114+165+153=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 165 - color contains mainly: green. Hex color #72A599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A599 is #8D5A66. Grayscale: #949494. Windows color (decimal): -9263719 or 10069362. OLE color: 10069362.

HSL color Cylindrical-coordinate representation of color #72A599: hue angle of 165.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A599 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB114165153-
CMYK0.3100.070.35
HSL165.88º22.08%54.71%-
HSV(B)165.88º30.91%64.71%-
XYZ26.1432.7935.09-
YUV148.38130.6103.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.39%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=26.39%
G=38.19%
B=35.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651530.3100.070.35165.8822.0854.71
Hex72A5991F0723a61637
Octal1622452313707432462667
Binary111001010100101100110011111101111000111010011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,153); }

 H1.HeaderClassName
 {
   color: #72a599;
 }
 .AnyTagClassName
 {
   color: #72a599;
 }
</style>
background-color css

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

 a { background-color: rgb(114,165,153); }

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

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

 span { border-color: rgb(114,165,153); }

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