#72A98C

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

Shades of Acapulco #72A98C

Tints of Acapulco #72A98C

Color information

#72A98C (or 0x72A98C) is unknown color: approx Acapulco. HEX triplet: 72, A9 and 8C. RGB value is (114,169,140). Sum of RGB (Red+Green+Blue) = 114+169+140=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #72A98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A98C is #8D5673. Grayscale: #959595. Windows color (decimal): -9262708 or 9218418. OLE color: 9218418.

HSL color Cylindrical-coordinate representation of color #72A98C: hue angle of 148.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72A98C is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB114169140-
CMYK0.3300.170.34
HSL148.36º24.23%55.49%-
HSV(B)148.36º32.54%66.27%-
XYZ25.8633.8529.98-
YUV149.25122.78102.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=26.95%
G=39.95%
B=33.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1141691400.3300.170.34148.3624.2355.49
Hex72A98C2101122941837
Octal16225121441021422243067
Binary111001010101001100011001000010100011000101001010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,169,140); }

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

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

 a { background-color: rgb(114,169,140); }

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

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

 span { border-color: rgb(114,169,140); }

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