#73A292

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

Shades of Acapulco #73A292

Tints of Acapulco #73A292

Color information

#73A292 (or 0x73A292) is unknown color: approx Acapulco. HEX triplet: 73, A2 and 92. RGB value is (115,162,146). Sum of RGB (Red+Green+Blue) = 115+162+146=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #73A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A292 is #8C5D6D. Grayscale: #929292. Windows color (decimal): -9198958 or 9609843. OLE color: 9609843.

HSL color Cylindrical-coordinate representation of color #73A292: hue angle of 159.57º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A292 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB115162146-
CMYK0.2900.100.36
HSL159.57º20.17%54.31%-
HSV(B)159.57º29.01%63.53%-
XYZ25.1831.5631.96-
YUV146.12127.93105.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=27.19%
G=38.30%
B=34.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151621460.2900.100.36159.5720.1754.31
Hex73A2921D0A24a01436
Octal16324222235012442402466
Binary1110011101000101001001011101010101001001010000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A292; }

 p { color: rgb(115,162,146); }

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

<style>
 a { background-color: #73A292; }

 a { background-color: rgb(115,162,146); }

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

<style>
 span { border-color: #73A292; }

 span { border-color: rgb(115,162,146); }

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