#73A990

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

Shades of Acapulco #73A990

Tints of Acapulco #73A990

Color information

#73A990 (or 0x73A990) is unknown color: approx Acapulco. HEX triplet: 73, A9 and 90. RGB value is (115,169,144). Sum of RGB (Red+Green+Blue) = 115+169+144=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #73A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A990 is #8C566F. Grayscale: #969696. Windows color (decimal): -9197168 or 9480563. OLE color: 9480563.

HSL color Cylindrical-coordinate representation of color #73A990: hue angle of 152.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A990 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB115169144-
CMYK0.3200.150.34
HSL152.22º23.89%55.69%-
HSV(B)152.22º31.95%66.27%-
XYZ26.2934.0331.57-
YUV150124.61103.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 144 (56.64% from 255) = 33.64%
R=26.87%
G=39.49%
B=33.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151691440.3200.150.34152.2223.8955.69
Hex73A990200F22981838
Octal16325122040017422303070
Binary11100111010100110010000100000011111000101001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,169,144); }

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

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

 a { background-color: rgb(115,169,144); }

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

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

 span { border-color: rgb(115,169,144); }

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