Shades of Neptune #73AAAD
Tints of Neptune #73AAAD
RGB
CMYK
RGB Variations
Color information
#73AAAD (or 0x73AAAD) is known color: Neptune. HEX triplet: 73, AA and AD. RGB value is (115,170,173). Sum of RGB (Red+Green+Blue) = 115+170+173=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 173 - color contains mainly: blue. Hex color #73AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAD is #8C5552. Grayscale: #999999. Windows color (decimal): -9196883 or 11381363. OLE color: 11381363.
HSL color Cylindrical-coordinate representation of color #73AAAD: hue angle of 183.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AAAD is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 170 | 173 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.32 |
| HSL | 183.1º | 0.26% | 0.56% | - |
| HSV(B) | 183.1º | 0.34% | 0.68% | - |
| XYZ | 28.99 | 35.41 | 44.84 | - |
| YUV | 153.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 173 | 0.34 | 0.02 | 0 | 0.32 | 183.1 | 0.26 | 0.56 |
| Hex | 73 | AA | AD | 22 | 2 | 0 | 20 | B7 | 1A | 38 |
| Octal | 163 | 252 | 255 | 42 | 2 | 0 | 40 | 267 | 32 | 70 |
| Binary | 1110011 | 10101010 | 10101101 | 100010 | 10 | 0 | 100000 | 10110111 | 11010 | 111000 |
Color Harmonies of #73AAAD
Complementary color
Monochromatic Colors of #73AAAD
Black with #73AAAD
Text Example
Text Example
White with #73AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAAD; }
p { color: rgb(115,170,173); }
H1.HeaderClassName
{
color: #73AAAD;
}
.AnyTagClassName
{
color: #73AAAD;
}
</style>
background-color css
<style>
a { background-color: #73AAAD; }
a { background-color: rgb(115,170,173); }
div.DivClassName
{
background-color: #73AAAD;
}
.BgClassName
{
background-color: #73AAAD;
}
</style>
border-color css
<style>
span { border-color: #73AAAD; }
span { border-color: rgb(115,170,173); }
td.TdClassName
{
border-color: #73AAAD;
}
.TagClassName
{
border-color: #73AAAD;
}
</style>