#72BA9C

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

Shades of Acapulco #72BA9C

Tints of Acapulco #72BA9C

Color information

#72BA9C (or 0x72BA9C) is unknown color: approx Acapulco. HEX triplet: 72, BA and 9C. RGB value is (114,186,156). Sum of RGB (Red+Green+Blue) = 114+186+156=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA9C is #8D4563. Grayscale: #A1A1A1. Windows color (decimal): -9258340 or 10271346. OLE color: 10271346.

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

Color convert

RGB114186156-
CMYK0.3900.160.27
HSL155º34.29%58.82%-
HSV(B)155º38.71%72.94%-
XYZ30.541.137.78-
YUV161.05125.1594.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=25%
G=40.79%
B=34.21%

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
Decimal1141861560.3900.160.2715534.2958.82
Hex72BA9C270101B9b223b
Octal16227223447020332334273
Binary111001010111010100111001001110100001101110011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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