#72AB9B

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

Shades of Acapulco #72AB9B

Tints of Acapulco #72AB9B

Color information

#72AB9B (or 0x72AB9B) is unknown color: approx Acapulco. HEX triplet: 72, AB and 9B. RGB value is (114,171,155). Sum of RGB (Red+Green+Blue) = 114+171+155=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB9B is #8D5464. Grayscale: #989898. Windows color (decimal): -9262181 or 10201970. OLE color: 10201970.

HSL color Cylindrical-coordinate representation of color #72AB9B: hue angle of 163.16º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB9B is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB114171155-
CMYK0.3300.090.33
HSL163.16º25.33%55.88%-
HSV(B)163.16º33.33%67.06%-
XYZ27.4235.0736.33-
YUV152.13129.62100.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 171 (67.19% from 255) = 38.86%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=25.91%
G=38.86%
B=35.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1141711550.3300.090.33163.1625.3355.88
Hex72AB9B210921a31938
Octal16225323341011412433170
Binary11100101010101110011011100001010011000011010001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,171,155); }

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

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

 a { background-color: rgb(114,171,155); }

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

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

 span { border-color: rgb(114,171,155); }

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