Shades of Neptune #73A0A5
Tints of Neptune #73A0A5
RGB
CMYK
RGB Variations
Color information
#73A0A5 (or 0x73A0A5) is known color: 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
| RGB | 115 | 160 | 165 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.35 |
| HSL | 186º | 0.22% | 0.55% | - |
| HSV(B) | 186º | 0.3% | 0.65% | - |
| XYZ | 26.43 | 31.5 | 40.28 | - |
| YUV | 147.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 165 | 0.30 | 0.03 | 0 | 0.35 | 186 | 0.22 | 0.55 |
| Hex | 73 | A0 | A5 | 1E | 3 | 0 | 23 | BA | 16 | 37 |
| Octal | 163 | 240 | 245 | 36 | 3 | 0 | 43 | 272 | 26 | 67 |
| Binary | 1110011 | 10100000 | 10100101 | 11110 | 11 | 0 | 100011 | 10111010 | 10110 | 110111 |
Color Harmonies of #73A0A5
Complementary color
Monochromatic Colors of #73A0A5
Black with #73A0A5
Text Example
Text Example
White with #73A0A5
Text Example
Text Example
HTML Codes & Css Web 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>