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