#72BA9E

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

Shades of Acapulco #72BA9E

Tints of Acapulco #72BA9E

Color information

#72BA9E (or 0x72BA9E) is unknown color: approx Acapulco. HEX triplet: 72, BA and 9E. RGB value is (114,186,158). Sum of RGB (Red+Green+Blue) = 114+186+158=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9E is #8D4561. Grayscale: #A1A1A1. Windows color (decimal): -9258338 or 10402418. OLE color: 10402418.

HSL color Cylindrical-coordinate representation of color #72BA9E: hue angle of 156.67º 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 #72BA9E is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB114186158-
CMYK0.3900.150.27
HSL156.67º34.29%58.82%-
HSV(B)156.67º38.71%72.94%-
XYZ30.6741.1638.68-
YUV161.28126.1594.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 186 (73.05% from 255) = 40.61%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=24.89%
G=40.61%
B=34.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861580.3900.150.27156.6734.2958.82
Hex72BA9E270F1B9d223b
Octal16227223647017332354273
Binary11100101011101010011110100111011111101110011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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