#72B99F

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

Shades of Acapulco #72B99F

Tints of Acapulco #72B99F

Color information

#72B99F (or 0x72B99F) is unknown color: approx Acapulco. HEX triplet: 72, B9 and 9F. RGB value is (114,185,159). Sum of RGB (Red+Green+Blue) = 114+185+159=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 185 - color contains mainly: green. Hex color #72B99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B99F is #8D4660. Grayscale: #A0A0A0. Windows color (decimal): -9258593 or 10467698. OLE color: 10467698.

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

Color convert

RGB114185159-
CMYK0.3800.140.27
HSL158.03º33.65%58.63%-
HSV(B)158.03º38.38%72.55%-
XYZ30.5540.7839.06-
YUV160.81126.9894.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.89%
GREEN value IS 185 (72.66% from 255) = 40.39%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=24.89%
G=40.39%
B=34.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141851590.3800.140.27158.0333.6558.63
Hex72B99F260E1B9e223b
Octal16227123746016332364273
Binary11100101011100110011111100110011101101110011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,185,159); }

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

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

 a { background-color: rgb(114,185,159); }

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

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

 span { border-color: rgb(114,185,159); }

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