#72AD90

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

Shades of Acapulco #72AD90

Tints of Acapulco #72AD90

Color information

#72AD90 (or 0x72AD90) is unknown color: approx Acapulco. HEX triplet: 72, AD and 90. RGB value is (114,173,144). Sum of RGB (Red+Green+Blue) = 114+173+144=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD90 is #8D526F. Grayscale: #989898. Windows color (decimal): -9261680 or 9481586. OLE color: 9481586.

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

Color convert

RGB114173144-
CMYK0.3400.170.32
HSL150.51º26.46%56.27%-
HSV(B)150.51º34.1%67.84%-
XYZ26.9235.4831.81-
YUV152.05123.45100.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.45%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=26.45%
G=40.14%
B=33.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1141731440.3400.170.32150.5126.4656.27
Hex72AD902201120971a38
Octal16225522042021402273270
Binary111001010101101100100001000100100011000001001011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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