Shades of Neptune #73AAAA
Tints of Neptune #73AAAA
RGB
CMYK
RGB Variations
Color information
#73AAAA (or 0x73AAAA) is known color: Neptune. HEX triplet: 73, AA and AA. RGB value is (115,170,170). Sum of RGB (Red+Green+Blue) = 115+170+170=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #73AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAAA is #8C5555. Grayscale: #999999. Windows color (decimal): -9196886 or 11184755. OLE color: 11184755.
HSL color Cylindrical-coordinate representation of color #73AAAA: hue angle of 180º 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 #73AAAA is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 170 | - |
| CMYK | 0.32 | 0 | 0 | 0.33 |
| HSL | 180º | 0.24% | 0.56% | - |
| HSV(B) | 180º | 0.32% | 0.67% | - |
| XYZ | 28.7 | 35.3 | 43.33 | - |
| YUV | 153.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 170 | 0.32 | 0 | 0 | 0.33 | 180 | 0.24 | 0.56 |
| Hex | 73 | AA | AA | 20 | 0 | 0 | 21 | B4 | 18 | 38 |
| Octal | 163 | 252 | 252 | 40 | 0 | 0 | 41 | 264 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10101010 | 100000 | 0 | 0 | 100001 | 10110100 | 11000 | 111000 |
Color Harmonies of #73AAAA
Complementary color
Monochromatic Colors of #73AAAA
Black with #73AAAA
Text Example
Text Example
White with #73AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAAA; }
p { color: rgb(115,170,170); }
H1.HeaderClassName
{
color: #73AAAA;
}
.AnyTagClassName
{
color: #73AAAA;
}
</style>
background-color css
<style>
a { background-color: #73AAAA; }
a { background-color: rgb(115,170,170); }
div.DivClassName
{
background-color: #73AAAA;
}
.BgClassName
{
background-color: #73AAAA;
}
</style>
border-color css
<style>
span { border-color: #73AAAA; }
span { border-color: rgb(115,170,170); }
td.TdClassName
{
border-color: #73AAAA;
}
.TagClassName
{
border-color: #73AAAA;
}
</style>