#73BA9F

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

Shades of Acapulco #73BA9F

Tints of Acapulco #73BA9F

Color information

#73BA9F (or 0x73BA9F) is unknown color: approx Acapulco. HEX triplet: 73, BA and 9F. RGB value is (115,186,159). Sum of RGB (Red+Green+Blue) = 115+186+159=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA9F is #8C4560. Grayscale: #A1A1A1. Windows color (decimal): -9192801 or 10467955. OLE color: 10467955.

HSL color Cylindrical-coordinate representation of color #73BA9F: hue angle of 157.18º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA9F is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB115186159-
CMYK0.3800.150.27
HSL157.18º33.97%59.02%-
HSV(B)157.18º38.17%72.94%-
XYZ30.8941.2739.14-
YUV161.69126.4894.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=25%
G=40.43%
B=34.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151861590.3800.150.27157.1833.9759.02
Hex73BA9F260F1B9d223b
Octal16327223746017332354273
Binary11100111011101010011111100110011111101110011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,159); }

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

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

 a { background-color: rgb(115,186,159); }

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

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

 span { border-color: rgb(115,186,159); }

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