#73A0AA

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

Shades of Neptune #73A0AA

Tints of Neptune #73A0AA

Color information

#73A0AA (or 0x73A0AA) is unknown color: approx Neptune. HEX triplet: 73, A0 and AA. RGB value is (115,160,170). Sum of RGB (Red+Green+Blue) = 115+160+170=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #73A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0AA is #8C5F55. Grayscale: #939393. Windows color (decimal): -9199446 or 11182195. OLE color: 11182195.

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

Color convert

RGB115160170-
CMYK0.320.0600.33
HSL190.91º24.44%55.88%-
HSV(B)190.91º32.35%66.67%-
XYZ26.931.6942.73-
YUV147.68140.59104.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 160 (62.89% from 255) = 35.96%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=25.84%
G=35.96%
B=38.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151601700.320.0600.33190.9124.4455.88
Hex73A0AA206021bf1838
Octal1632402524060412773070
Binary1110011101000001010101010000011001000011011111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,160,170); }

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

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

 a { background-color: rgb(115,160,170); }

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

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

 span { border-color: rgb(115,160,170); }

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