Shades of Neptune #73A4AA
Tints of Neptune #73A4AA
RGB
CMYK
RGB Variations
Color information
#73A4AA (or 0x73A4AA) is known color: Neptune. HEX triplet: 73, A4 and AA. RGB value is (115,164,170). Sum of RGB (Red+Green+Blue) = 115+164+170=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #73A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A4AA is #8C5B55. Grayscale: #959595. Windows color (decimal): -9198422 or 11183219. OLE color: 11183219.
HSL color Cylindrical-coordinate representation of color #73A4AA: hue angle of 186.55º 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 #73A4AA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 164 | 170 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.33 |
| HSL | 186.55º | 0.24% | 0.56% | - |
| HSV(B) | 186.55º | 0.32% | 0.67% | - |
| XYZ | 27.6 | 33.1 | 42.96 | - |
| YUV | 150.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 170 | 0.32 | 0.04 | 0 | 0.33 | 186.55 | 0.24 | 0.56 |
| Hex | 73 | A4 | AA | 20 | 4 | 0 | 21 | BB | 18 | 38 |
| Octal | 163 | 244 | 252 | 40 | 4 | 0 | 41 | 273 | 30 | 70 |
| Binary | 1110011 | 10100100 | 10101010 | 100000 | 100 | 0 | 100001 | 10111011 | 11000 | 111000 |
Color Harmonies of #73A4AA
Complementary color
Monochromatic Colors of #73A4AA
Black with #73A4AA
Text Example
Text Example
White with #73A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A4AA; }
p { color: rgb(115,164,170); }
H1.HeaderClassName
{
color: #73A4AA;
}
.AnyTagClassName
{
color: #73A4AA;
}
</style>
background-color css
<style>
a { background-color: #73A4AA; }
a { background-color: rgb(115,164,170); }
div.DivClassName
{
background-color: #73A4AA;
}
.BgClassName
{
background-color: #73A4AA;
}
</style>
border-color css
<style>
span { border-color: #73A4AA; }
span { border-color: rgb(115,164,170); }
td.TdClassName
{
border-color: #73A4AA;
}
.TagClassName
{
border-color: #73A4AA;
}
</style>