#72AD8E

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

Shades of Acapulco #72AD8E

Tints of Acapulco #72AD8E

Color information

#72AD8E (or 0x72AD8E) is unknown color: approx Acapulco. HEX triplet: 72, AD and 8E. RGB value is (114,173,142). Sum of RGB (Red+Green+Blue) = 114+173+142=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD8E is #8D5271. Grayscale: #979797. Windows color (decimal): -9261682 or 9350514. OLE color: 9350514.

HSL color Cylindrical-coordinate representation of color #72AD8E: hue angle of 148.47º 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 #72AD8E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB114173142-
CMYK0.3400.180.32
HSL148.47º26.46%56.27%-
HSV(B)148.47º34.1%67.84%-
XYZ26.7735.4231.02-
YUV151.82122.45101.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.57%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=26.57%
G=40.33%
B=33.10%

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
Decimal1141731420.3400.180.32148.4726.4656.27
Hex72AD8E2201220941a38
Octal16225521642022402243270
Binary111001010101101100011101000100100101000001001010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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