Shades of Neptune #73AEAC
Tints of Neptune #73AEAC
RGB
CMYK
RGB Variations
Color information
#73AEAC (or 0x73AEAC) is known color: Neptune. HEX triplet: 73, AE and AC. RGB value is (115,174,172). Sum of RGB (Red+Green+Blue) = 115+174+172=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #73AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AEAC is #8C5153. Grayscale: #9C9C9C. Windows color (decimal): -9195860 or 11316851. OLE color: 11316851.
HSL color Cylindrical-coordinate representation of color #73AEAC: hue angle of 177.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AEAC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 174 | 172 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.32 |
| HSL | 177.97º | 0.27% | 0.57% | - |
| HSV(B) | 177.97º | 0.34% | 0.68% | - |
| XYZ | 29.65 | 36.9 | 44.59 | - |
| YUV | 156.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 174 | 172 | 0.34 | 0 | 0.01 | 0.32 | 177.97 | 0.27 | 0.57 |
| Hex | 73 | AE | AC | 22 | 0 | 1 | 20 | B2 | 1B | 39 |
| Octal | 163 | 256 | 254 | 42 | 0 | 1 | 40 | 262 | 33 | 71 |
| Binary | 1110011 | 10101110 | 10101100 | 100010 | 0 | 1 | 100000 | 10110010 | 11011 | 111001 |
Color Harmonies of #73AEAC
Complementary color
Monochromatic Colors of #73AEAC
Black with #73AEAC
Text Example
Text Example
White with #73AEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AEAC; }
p { color: rgb(115,174,172); }
H1.HeaderClassName
{
color: #73AEAC;
}
.AnyTagClassName
{
color: #73AEAC;
}
</style>
background-color css
<style>
a { background-color: #73AEAC; }
a { background-color: rgb(115,174,172); }
div.DivClassName
{
background-color: #73AEAC;
}
.BgClassName
{
background-color: #73AEAC;
}
</style>
border-color css
<style>
span { border-color: #73AEAC; }
span { border-color: rgb(115,174,172); }
td.TdClassName
{
border-color: #73AEAC;
}
.TagClassName
{
border-color: #73AEAC;
}
</style>