#72AD8D

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

Shades of Acapulco #72AD8D

Tints of Acapulco #72AD8D

Color information

#72AD8D (or 0x72AD8D) is unknown color: approx Acapulco. HEX triplet: 72, AD and 8D. RGB value is (114,173,141). Sum of RGB (Red+Green+Blue) = 114+173+141=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD8D is #8D5272. Grayscale: #979797. Windows color (decimal): -9261683 or 9284978. OLE color: 9284978.

HSL color Cylindrical-coordinate representation of color #72AD8D: hue angle of 147.46º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD8D is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB114173141-
CMYK0.3400.180.32
HSL147.46º26.46%56.27%-
HSV(B)147.46º34.1%67.84%-
XYZ26.6935.3930.62-
YUV151.71121.95101.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.64%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=26.64%
G=40.42%
B=32.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731410.3400.180.32147.4626.4656.27
Hex72AD8D2201220931a38
Octal16225521542022402233270
Binary111001010101101100011011000100100101000001001001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,173,141); }

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

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

 a { background-color: rgb(114,173,141); }

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

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

 span { border-color: rgb(114,173,141); }

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