#72BA9D

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

Shades of Acapulco #72BA9D

Tints of Acapulco #72BA9D

Color information

#72BA9D (or 0x72BA9D) is unknown color: approx Acapulco. HEX triplet: 72, BA and 9D. RGB value is (114,186,157). Sum of RGB (Red+Green+Blue) = 114+186+157=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9D is #8D4562. Grayscale: #A1A1A1. Windows color (decimal): -9258339 or 10336882. OLE color: 10336882.

HSL color Cylindrical-coordinate representation of color #72BA9D: hue angle of 155.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA9D is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB114186157-
CMYK0.3900.160.27
HSL155.83º34.29%58.82%-
HSV(B)155.83º38.71%72.94%-
XYZ30.5841.1338.23-
YUV161.17125.6594.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=24.95%
G=40.70%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861570.3900.160.27155.8334.2958.82
Hex72BA9D270101B9c223b
Octal16227223547020332344273
Binary111001010111010100111011001110100001101110011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,157); }

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

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

 a { background-color: rgb(114,186,157); }

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

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

 span { border-color: rgb(114,186,157); }

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