#72B69F

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

Shades of Acapulco #72B69F

Tints of Acapulco #72B69F

Color information

#72B69F (or 0x72B69F) is unknown color: approx Acapulco. HEX triplet: 72, B6 and 9F. RGB value is (114,182,159). Sum of RGB (Red+Green+Blue) = 114+182+159=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #72B69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B69F is #8D4960. Grayscale: #9F9F9F. Windows color (decimal): -9259361 or 10466930. OLE color: 10466930.

HSL color Cylindrical-coordinate representation of color #72B69F: hue angle of 159.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72B69F is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB114182159-
CMYK0.3700.130.29
HSL159.71º31.78%58.04%-
HSV(B)159.71º37.36%71.37%-
XYZ29.9339.5438.85-
YUV159.05127.9795.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.05%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=25.05%
G=40%
B=34.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141821590.3700.130.29159.7131.7858.04
Hex72B69F250D1Da0203a
Octal16226623745015352404072
Binary11100101011011010011111100101011011110110100000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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