Shades of Neptune #73A2A8
Tints of Neptune #73A2A8
RGB
CMYK
RGB Variations
Color information
#73A2A8 (or 0x73A2A8) is known color: Neptune. HEX triplet: 73, A2 and A8. RGB value is (115,162,168). Sum of RGB (Red+Green+Blue) = 115+162+168=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 168 - color contains mainly: blue. Hex color #73A2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A2A8 is #8C5D57. Grayscale: #949494. Windows color (decimal): -9198936 or 11051635. OLE color: 11051635.
HSL color Cylindrical-coordinate representation of color #73A2A8: hue angle of 186.79º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A2A8 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 162 | 168 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.34 |
| HSL | 186.79º | 0.23% | 0.55% | - |
| HSV(B) | 186.79º | 0.32% | 0.66% | - |
| XYZ | 27.06 | 32.31 | 41.86 | - |
| YUV | 148.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 168 | 0.32 | 0.04 | 0 | 0.34 | 186.79 | 0.23 | 0.55 |
| Hex | 73 | A2 | A8 | 20 | 4 | 0 | 22 | BB | 17 | 37 |
| Octal | 163 | 242 | 250 | 40 | 4 | 0 | 42 | 273 | 27 | 67 |
| Binary | 1110011 | 10100010 | 10101000 | 100000 | 100 | 0 | 100010 | 10111011 | 10111 | 110111 |
Color Harmonies of #73A2A8
Complementary color
Monochromatic Colors of #73A2A8
Black with #73A2A8
Text Example
Text Example
White with #73A2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A2A8; }
p { color: rgb(115,162,168); }
H1.HeaderClassName
{
color: #73A2A8;
}
.AnyTagClassName
{
color: #73A2A8;
}
</style>
background-color css
<style>
a { background-color: #73A2A8; }
a { background-color: rgb(115,162,168); }
div.DivClassName
{
background-color: #73A2A8;
}
.BgClassName
{
background-color: #73A2A8;
}
</style>
border-color css
<style>
span { border-color: #73A2A8; }
span { border-color: rgb(115,162,168); }
td.TdClassName
{
border-color: #73A2A8;
}
.TagClassName
{
border-color: #73A2A8;
}
</style>