Shades of Neptune #73ABAF
Tints of Neptune #73ABAF
RGB
CMYK
RGB Variations
Color information
#73ABAF (or 0x73ABAF) is known color: Neptune. HEX triplet: 73, AB and AF. RGB value is (115,171,175). Sum of RGB (Red+Green+Blue) = 115+171+175=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 175 - color contains mainly: blue. Hex color #73ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAF is #8C5450. Grayscale: #9A9A9A. Windows color (decimal): -9196625 or 11512691. OLE color: 11512691.
HSL color Cylindrical-coordinate representation of color #73ABAF: hue angle of 184º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ABAF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 171 | 175 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.31 |
| HSL | 184º | 0.27% | 0.57% | - |
| HSV(B) | 184º | 0.34% | 0.69% | - |
| XYZ | 29.37 | 35.87 | 45.93 | - |
| YUV | 154.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 175 | 0.34 | 0.02 | 0 | 0.31 | 184 | 0.27 | 0.57 |
| Hex | 73 | AB | AF | 22 | 2 | 0 | 1F | B8 | 1B | 39 |
| Octal | 163 | 253 | 257 | 42 | 2 | 0 | 37 | 270 | 33 | 71 |
| Binary | 1110011 | 10101011 | 10101111 | 100010 | 10 | 0 | 11111 | 10111000 | 11011 | 111001 |
Color Harmonies of #73ABAF
Complementary color
Monochromatic Colors of #73ABAF
Black with #73ABAF
Text Example
Text Example
White with #73ABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABAF; }
p { color: rgb(115,171,175); }
H1.HeaderClassName
{
color: #73ABAF;
}
.AnyTagClassName
{
color: #73ABAF;
}
</style>
background-color css
<style>
a { background-color: #73ABAF; }
a { background-color: rgb(115,171,175); }
div.DivClassName
{
background-color: #73ABAF;
}
.BgClassName
{
background-color: #73ABAF;
}
</style>
border-color css
<style>
span { border-color: #73ABAF; }
span { border-color: rgb(115,171,175); }
td.TdClassName
{
border-color: #73ABAF;
}
.TagClassName
{
border-color: #73ABAF;
}
</style>