Shades of Neptune #73A0A0
Tints of Neptune #73A0A0
RGB
CMYK
RGB Variations
Color information
#73A0A0 (or 0x73A0A0) is known color: Neptune. HEX triplet: 73, A0 and A0. RGB value is (115,160,160). Sum of RGB (Red+Green+Blue) = 115+160+160=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: green, blue. Hex color #73A0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0A0 is #8C5F5F. Grayscale: #929292. Windows color (decimal): -9199456 or 10526835. OLE color: 10526835.
HSL color Cylindrical-coordinate representation of color #73A0A0: hue angle of 180º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A0A0 is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 160 | - |
| CMYK | 0.28 | 0 | 0 | 0.37 |
| HSL | 180º | 0.19% | 0.54% | - |
| HSV(B) | 180º | 0.28% | 0.63% | - |
| XYZ | 25.99 | 31.32 | 37.93 | - |
| YUV | 146.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 160 | 0.28 | 0 | 0 | 0.37 | 180 | 0.19 | 0.54 |
| Hex | 73 | A0 | A0 | 1C | 0 | 0 | 25 | B4 | 13 | 36 |
| Octal | 163 | 240 | 240 | 34 | 0 | 0 | 45 | 264 | 23 | 66 |
| Binary | 1110011 | 10100000 | 10100000 | 11100 | 0 | 0 | 100101 | 10110100 | 10011 | 110110 |
Color Harmonies of #73A0A0
Complementary color
Monochromatic Colors of #73A0A0
Black with #73A0A0
Text Example
Text Example
White with #73A0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0A0; }
p { color: rgb(115,160,160); }
H1.HeaderClassName
{
color: #73A0A0;
}
.AnyTagClassName
{
color: #73A0A0;
}
</style>
background-color css
<style>
a { background-color: #73A0A0; }
a { background-color: rgb(115,160,160); }
div.DivClassName
{
background-color: #73A0A0;
}
.BgClassName
{
background-color: #73A0A0;
}
</style>
border-color css
<style>
span { border-color: #73A0A0; }
span { border-color: rgb(115,160,160); }
td.TdClassName
{
border-color: #73A0A0;
}
.TagClassName
{
border-color: #73A0A0;
}
</style>