Shades of Neptune #73ABAC
Tints of Neptune #73ABAC
RGB
CMYK
RGB Variations
Color information
#73ABAC (or 0x73ABAC) is known color: Neptune. HEX triplet: 73, AB and AC. RGB value is (115,171,172). Sum of RGB (Red+Green+Blue) = 115+171+172=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #73ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ABAC is #8C5453. Grayscale: #9A9A9A. Windows color (decimal): -9196628 or 11316083. OLE color: 11316083.
HSL color Cylindrical-coordinate representation of color #73ABAC: hue angle of 181.05º degrees, saturation: 0.26, 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 #73ABAC is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 172 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.33 |
| HSL | 181.05º | 0.26% | 0.56% | - |
| HSV(B) | 181.05º | 0.33% | 0.67% | - |
| XYZ | 29.08 | 35.75 | 44.4 | - |
| YUV | 154.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 172 | 0.33 | 0.01 | 0 | 0.33 | 181.05 | 0.26 | 0.56 |
| Hex | 73 | AB | AC | 21 | 1 | 0 | 21 | B5 | 1A | 38 |
| Octal | 163 | 253 | 254 | 41 | 1 | 0 | 41 | 265 | 32 | 70 |
| Binary | 1110011 | 10101011 | 10101100 | 100001 | 1 | 0 | 100001 | 10110101 | 11010 | 111000 |
Color Harmonies of #73ABAC
Complementary color
Monochromatic Colors of #73ABAC
Black with #73ABAC
Text Example
Text Example
White with #73ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ABAC; }
p { color: rgb(115,171,172); }
H1.HeaderClassName
{
color: #73ABAC;
}
.AnyTagClassName
{
color: #73ABAC;
}
</style>
background-color css
<style>
a { background-color: #73ABAC; }
a { background-color: rgb(115,171,172); }
div.DivClassName
{
background-color: #73ABAC;
}
.BgClassName
{
background-color: #73ABAC;
}
</style>
border-color css
<style>
span { border-color: #73ABAC; }
span { border-color: rgb(115,171,172); }
td.TdClassName
{
border-color: #73ABAC;
}
.TagClassName
{
border-color: #73ABAC;
}
</style>