#72B69E

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

Shades of Acapulco #72B69E

Tints of Acapulco #72B69E

Color information

#72B69E (or 0x72B69E) is unknown color: approx Acapulco. HEX triplet: 72, B6 and 9E. RGB value is (114,182,158). Sum of RGB (Red+Green+Blue) = 114+182+158=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 182 - color contains mainly: green. Hex color #72B69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B69E is #8D4961. Grayscale: #9E9E9E. Windows color (decimal): -9259362 or 10401394. OLE color: 10401394.

HSL color Cylindrical-coordinate representation of color #72B69E: hue angle of 158.82º 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 #72B69E is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB114182158-
CMYK0.3700.130.29
HSL158.82º31.78%58.04%-
HSV(B)158.82º37.36%71.37%-
XYZ29.8439.538.4-
YUV158.93127.4795.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=25.11%
G=40.09%
B=34.80%

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
Decimal1141821580.3700.130.29158.8231.7858.04
Hex72B69E250D1D9f203a
Octal16226623645015352374072
Binary11100101011011010011110100101011011110110011111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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