Shades of Neptune #73ABAB
Tints of Neptune #73ABAB
RGB
CMYK
RGB Variations
Color information
#73ABAB (or 0x73ABAB) is known color: Neptune. HEX triplet: 73, AB and AB. RGB value is (115,171,171). Sum of RGB (Red+Green+Blue) = 115+171+171=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #73ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAB is #8C5454. Grayscale: #9A9A9A. Windows color (decimal): -9196629 or 11250547. OLE color: 11250547.
HSL color Cylindrical-coordinate representation of color #73ABAB: hue angle of 180º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73ABAB is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 171 | - |
| CMYK | 0.33 | 0 | 0 | 0.33 |
| HSL | 180º | 0.25% | 0.56% | - |
| HSV(B) | 180º | 0.33% | 0.67% | - |
| XYZ | 28.98 | 35.71 | 43.89 | - |
| YUV | 154.26 | 137.45 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 171 | 0.33 | 0 | 0 | 0.33 | 180 | 0.25 | 0.56 |
| Hex | 73 | AB | AB | 21 | 0 | 0 | 21 | B4 | 19 | 38 |
| Octal | 163 | 253 | 253 | 41 | 0 | 0 | 41 | 264 | 31 | 70 |
| Binary | 1110011 | 10101011 | 10101011 | 100001 | 0 | 0 | 100001 | 10110100 | 11001 | 111000 |
Color Harmonies of #73ABAB
Complementary color
Monochromatic Colors of #73ABAB
Black with #73ABAB
Text Example
Text Example
White with #73ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABAB; }
p { color: rgb(115,171,171); }
H1.HeaderClassName
{
color: #73ABAB;
}
.AnyTagClassName
{
color: #73ABAB;
}
</style>
background-color css
<style>
a { background-color: #73ABAB; }
a { background-color: rgb(115,171,171); }
div.DivClassName
{
background-color: #73ABAB;
}
.BgClassName
{
background-color: #73ABAB;
}
</style>
border-color css
<style>
span { border-color: #73ABAB; }
span { border-color: rgb(115,171,171); }
td.TdClassName
{
border-color: #73ABAB;
}
.TagClassName
{
border-color: #73ABAB;
}
</style>