#72A694

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

Shades of Acapulco #72A694

Tints of Acapulco #72A694

Color information

#72A694 (or 0x72A694) is unknown color: approx Acapulco. HEX triplet: 72, A6 and 94. RGB value is (114,166,148). Sum of RGB (Red+Green+Blue) = 114+166+148=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #72A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A694 is #8D596B. Grayscale: #949494. Windows color (decimal): -9263468 or 9741938. OLE color: 9741938.

HSL color Cylindrical-coordinate representation of color #72A694: hue angle of 159.23º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A694 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB114166148-
CMYK0.3100.110.35
HSL159.23º22.61%54.9%-
HSV(B)159.23º31.33%65.1%-
XYZ25.9232.9933.02-
YUV148.4127.77103.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=26.64%
G=38.79%
B=34.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661480.3100.110.35159.2322.6154.9
Hex72A6941F0B239f1737
Octal16224622437013432372767
Binary1110010101001101001010011111010111000111001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,148); }

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

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

 a { background-color: rgb(114,166,148); }

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

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

 span { border-color: rgb(114,166,148); }

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