#73A998

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

Shades of Acapulco #73A998

Tints of Acapulco #73A998

Color information

#73A998 (or 0x73A998) is unknown color: approx Acapulco. HEX triplet: 73, A9 and 98. RGB value is (115,169,152). Sum of RGB (Red+Green+Blue) = 115+169+152=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #73A998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A998 is #8C5667. Grayscale: #969696. Windows color (decimal): -9197160 or 10004851. OLE color: 10004851.

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

Color convert

RGB115169152-
CMYK0.3200.100.34
HSL161.11º23.89%55.69%-
HSV(B)161.11º31.95%66.27%-
XYZ26.9334.2934.9-
YUV150.92128.61102.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 169 (66.41% from 255) = 38.76%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=26.38%
G=38.76%
B=34.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1151691520.3200.100.34161.1123.8955.69
Hex73A998200A22a11838
Octal16325123040012422413070
Binary11100111010100110011000100000010101000101010000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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