Shades of Neptune #73ADAC
Tints of Neptune #73ADAC
RGB
CMYK
RGB Variations
Color information
#73ADAC (or 0x73ADAC) is known color: Neptune. HEX triplet: 73, AD and AC. RGB value is (115,173,172). Sum of RGB (Red+Green+Blue) = 115+173+172=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #73ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ADAC is #8C5253. Grayscale: #9B9B9B. Windows color (decimal): -9196116 or 11316595. OLE color: 11316595.
HSL color Cylindrical-coordinate representation of color #73ADAC: hue angle of 178.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ADAC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 172 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.32 |
| HSL | 178.97º | 0.26% | 0.56% | - |
| HSV(B) | 178.97º | 0.34% | 0.68% | - |
| XYZ | 29.46 | 36.51 | 44.52 | - |
| YUV | 155.54 | 137.28 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 172 | 0.34 | 0 | 0.01 | 0.32 | 178.97 | 0.26 | 0.56 |
| Hex | 73 | AD | AC | 22 | 0 | 1 | 20 | B3 | 1A | 38 |
| Octal | 163 | 255 | 254 | 42 | 0 | 1 | 40 | 263 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10101100 | 100010 | 0 | 1 | 100000 | 10110011 | 11010 | 111000 |
Color Harmonies of #73ADAC
Complementary color
Monochromatic Colors of #73ADAC
Black with #73ADAC
Text Example
Text Example
White with #73ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADAC; }
p { color: rgb(115,173,172); }
H1.HeaderClassName
{
color: #73ADAC;
}
.AnyTagClassName
{
color: #73ADAC;
}
</style>
background-color css
<style>
a { background-color: #73ADAC; }
a { background-color: rgb(115,173,172); }
div.DivClassName
{
background-color: #73ADAC;
}
.BgClassName
{
background-color: #73ADAC;
}
</style>
border-color css
<style>
span { border-color: #73ADAC; }
span { border-color: rgb(115,173,172); }
td.TdClassName
{
border-color: #73ADAC;
}
.TagClassName
{
border-color: #73ADAC;
}
</style>