Shades of Neptune #73ABAE
Tints of Neptune #73ABAE
RGB
CMYK
RGB Variations
Color information
#73ABAE (or 0x73ABAE) is known color: Neptune. HEX triplet: 73, AB and AE. RGB value is (115,171,174). Sum of RGB (Red+Green+Blue) = 115+171+174=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #73ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAE is #8C5451. Grayscale: #9A9A9A. Windows color (decimal): -9196626 or 11447155. OLE color: 11447155.
HSL color Cylindrical-coordinate representation of color #73ABAE: hue angle of 183.05º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ABAE is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 171 | 174 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.32 |
| HSL | 183.05º | 0.27% | 0.57% | - |
| HSV(B) | 183.05º | 0.34% | 0.68% | - |
| XYZ | 29.27 | 35.83 | 45.42 | - |
| YUV | 154.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 174 | 0.34 | 0.02 | 0 | 0.32 | 183.05 | 0.27 | 0.57 |
| Hex | 73 | AB | AE | 22 | 2 | 0 | 20 | B7 | 1B | 39 |
| Octal | 163 | 253 | 256 | 42 | 2 | 0 | 40 | 267 | 33 | 71 |
| Binary | 1110011 | 10101011 | 10101110 | 100010 | 10 | 0 | 100000 | 10110111 | 11011 | 111001 |
Color Harmonies of #73ABAE
Complementary color
Monochromatic Colors of #73ABAE
Black with #73ABAE
Text Example
Text Example
White with #73ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABAE; }
p { color: rgb(115,171,174); }
H1.HeaderClassName
{
color: #73ABAE;
}
.AnyTagClassName
{
color: #73ABAE;
}
</style>
background-color css
<style>
a { background-color: #73ABAE; }
a { background-color: rgb(115,171,174); }
div.DivClassName
{
background-color: #73ABAE;
}
.BgClassName
{
background-color: #73ABAE;
}
</style>
border-color css
<style>
span { border-color: #73ABAE; }
span { border-color: rgb(115,171,174); }
td.TdClassName
{
border-color: #73ABAE;
}
.TagClassName
{
border-color: #73ABAE;
}
</style>