Shades of Neptune #73AAA8
Tints of Neptune #73AAA8
RGB
CMYK
RGB Variations
Color information
#73AAA8 (or 0x73AAA8) is known color: Neptune. HEX triplet: 73, AA and A8. RGB value is (115,170,168). Sum of RGB (Red+Green+Blue) = 115+170+168=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA8 is #8C5557. Grayscale: #999999. Windows color (decimal): -9196888 or 11053683. OLE color: 11053683.
HSL color Cylindrical-coordinate representation of color #73AAA8: hue angle of 177.82º 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 #73AAA8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 168 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.33 |
| HSL | 177.82º | 0.24% | 0.56% | - |
| HSV(B) | 177.82º | 0.32% | 0.67% | - |
| XYZ | 28.51 | 35.22 | 42.34 | - |
| YUV | 153.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 168 | 0.32 | 0 | 0.01 | 0.33 | 177.82 | 0.24 | 0.56 |
| Hex | 73 | AA | A8 | 20 | 0 | 1 | 21 | B2 | 18 | 38 |
| Octal | 163 | 252 | 250 | 40 | 0 | 1 | 41 | 262 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10101000 | 100000 | 0 | 1 | 100001 | 10110010 | 11000 | 111000 |
Color Harmonies of #73AAA8
Complementary color
Monochromatic Colors of #73AAA8
Black with #73AAA8
Text Example
Text Example
White with #73AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAA8; }
p { color: rgb(115,170,168); }
H1.HeaderClassName
{
color: #73AAA8;
}
.AnyTagClassName
{
color: #73AAA8;
}
</style>
background-color css
<style>
a { background-color: #73AAA8; }
a { background-color: rgb(115,170,168); }
div.DivClassName
{
background-color: #73AAA8;
}
.BgClassName
{
background-color: #73AAA8;
}
</style>
border-color css
<style>
span { border-color: #73AAA8; }
span { border-color: rgb(115,170,168); }
td.TdClassName
{
border-color: #73AAA8;
}
.TagClassName
{
border-color: #73AAA8;
}
</style>