Shades of Neptune #73A0AC
Tints of Neptune #73A0AC
RGB
CMYK
RGB Variations
Color information
#73A0AC (or 0x73A0AC) is known color: Neptune. HEX triplet: 73, A0 and AC. RGB value is (115,160,172). Sum of RGB (Red+Green+Blue) = 115+160+172=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #73A0AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A0AC is #8C5F53. Grayscale: #939393. Windows color (decimal): -9199444 or 11313267. OLE color: 11313267.
HSL color Cylindrical-coordinate representation of color #73A0AC: hue angle of 192.63º 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 #73A0AC is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 160 | 172 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.33 |
| HSL | 192.63º | 0.26% | 0.56% | - |
| HSV(B) | 192.63º | 0.33% | 0.67% | - |
| XYZ | 27.09 | 31.77 | 43.73 | - |
| YUV | 147.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 172 | 0.33 | 0.07 | 0 | 0.33 | 192.63 | 0.26 | 0.56 |
| Hex | 73 | A0 | AC | 21 | 7 | 0 | 21 | C1 | 1A | 38 |
| Octal | 163 | 240 | 254 | 41 | 7 | 0 | 41 | 301 | 32 | 70 |
| Binary | 1110011 | 10100000 | 10101100 | 100001 | 111 | 0 | 100001 | 11000001 | 11010 | 111000 |
Color Harmonies of #73A0AC
Complementary color
Monochromatic Colors of #73A0AC
Black with #73A0AC
Text Example
Text Example
White with #73A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0AC; }
p { color: rgb(115,160,172); }
H1.HeaderClassName
{
color: #73A0AC;
}
.AnyTagClassName
{
color: #73A0AC;
}
</style>
background-color css
<style>
a { background-color: #73A0AC; }
a { background-color: rgb(115,160,172); }
div.DivClassName
{
background-color: #73A0AC;
}
.BgClassName
{
background-color: #73A0AC;
}
</style>
border-color css
<style>
span { border-color: #73A0AC; }
span { border-color: rgb(115,160,172); }
td.TdClassName
{
border-color: #73A0AC;
}
.TagClassName
{
border-color: #73A0AC;
}
</style>