#72A68F

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

Shades of Acapulco #72A68F

Tints of Acapulco #72A68F

Color information

#72A68F (or 0x72A68F) is unknown color: approx Acapulco. HEX triplet: 72, A6 and 8F. RGB value is (114,166,143). Sum of RGB (Red+Green+Blue) = 114+166+143=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #72A68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A68F is #8D5970. Grayscale: #939393. Windows color (decimal): -9263473 or 9414258. OLE color: 9414258.

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

Color convert

RGB114166143-
CMYK0.3100.140.35
HSL153.46º22.61%54.9%-
HSV(B)153.46º31.33%65.1%-
XYZ25.5332.8330.98-
YUV147.83125.27103.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=26.95%
G=39.24%
B=33.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661430.3100.140.35153.4622.6154.9
Hex72A68F1F0E23991737
Octal16224621737016432312767
Binary1110010101001101000111111111011101000111001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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