#73A0A5

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

Shades of Neptune #73A0A5

Tints of Neptune #73A0A5

Color information

#73A0A5 (or 0x73A0A5) is unknown color: approx Neptune. HEX triplet: 73, A0 and A5. RGB value is (115,160,165). Sum of RGB (Red+Green+Blue) = 115+160+165=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #73A0A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0A5 is #8C5F5A. Grayscale: #939393. Windows color (decimal): -9199451 or 10854515. OLE color: 10854515.

HSL color Cylindrical-coordinate representation of color #73A0A5: hue angle of 186º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A0A5 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB115160165-
CMYK0.300.0300.35
HSL186º21.74%54.9%-
HSV(B)186º30.3%64.71%-
XYZ26.4331.540.28-
YUV147.11138.09105.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.14%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=26.14%
G=36.36%
B=37.5%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151601650.300.0300.3518621.7454.9
Hex73A0A51E3023ba1637
Octal1632402453630432722667
Binary11100111010000010100101111101101000111011101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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