Shades of Neptune #7FADAC
Tints of Neptune #7FADAC
RGB
CMYK
RGB Variations
Color information
#7FADAC (or 0x7FADAC) is known color: Neptune. HEX triplet: 7F, AD and AC. RGB value is (127,173,172). Sum of RGB (Red+Green+Blue) = 127+173+172=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #7FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FADAC is #805253. Grayscale: #9F9F9F. Windows color (decimal): -8409684 or 11316607. OLE color: 11316607.
HSL color Cylindrical-coordinate representation of color #7FADAC: hue angle of 178.7º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FADAC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 173 | 172 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.32 |
| HSL | 178.7º | 0.22% | 0.59% | - |
| HSV(B) | 178.7º | 0.27% | 0.68% | - |
| XYZ | 31.14 | 37.38 | 44.6 | - |
| YUV | 159.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 172 | 0.27 | 0 | 0.01 | 0.32 | 178.7 | 0.22 | 0.59 |
| Hex | 7F | AD | AC | 1B | 0 | 1 | 20 | B3 | 16 | 3B |
| Octal | 177 | 255 | 254 | 33 | 0 | 1 | 40 | 263 | 26 | 73 |
| Binary | 1111111 | 10101101 | 10101100 | 11011 | 0 | 1 | 100000 | 10110011 | 10110 | 111011 |
Color Harmonies of #7FADAC
Complementary color
Monochromatic Colors of #7FADAC
Black with #7FADAC
Text Example
Text Example
White with #7FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADAC; }
p { color: rgb(127,173,172); }
H1.HeaderClassName
{
color: #7FADAC;
}
.AnyTagClassName
{
color: #7FADAC;
}
</style>
background-color css
<style>
a { background-color: #7FADAC; }
a { background-color: rgb(127,173,172); }
div.DivClassName
{
background-color: #7FADAC;
}
.BgClassName
{
background-color: #7FADAC;
}
</style>
border-color css
<style>
span { border-color: #7FADAC; }
span { border-color: rgb(127,173,172); }
td.TdClassName
{
border-color: #7FADAC;
}
.TagClassName
{
border-color: #7FADAC;
}
</style>