#72A69A

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

Shades of Acapulco #72A69A

Tints of Acapulco #72A69A

Color information

#72A69A (or 0x72A69A) is unknown color: approx Acapulco. HEX triplet: 72, A6 and 9A. RGB value is (114,166,154). Sum of RGB (Red+Green+Blue) = 114+166+154=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 166 - color contains mainly: green. Hex color #72A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A69A is #8D5965. Grayscale: #959595. Windows color (decimal): -9263462 or 10135154. OLE color: 10135154.

HSL color Cylindrical-coordinate representation of color #72A69A: hue angle of 166.15º degrees, saturation: 0.23, 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 #72A69A is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB114166154-
CMYK0.3100.070.35
HSL166.15º22.61%54.9%-
HSV(B)166.15º31.33%65.1%-
XYZ26.4133.1835.58-
YUV149.08130.77102.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=26.27%
G=38.25%
B=35.48%

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
Decimal1141661540.3100.070.35166.1522.6154.9
Hex72A69A1F0723a61737
Octal1622462323707432462767
Binary111001010100110100110101111101111000111010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,154); }

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

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

 a { background-color: rgb(114,166,154); }

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

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

 span { border-color: rgb(114,166,154); }

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