Shades of Neptune #7FAEAD
Tints of Neptune #7FAEAD
RGB
CMYK
RGB Variations
Color information
#7FAEAD (or 0x7FAEAD) is known color: Neptune. HEX triplet: 7F, AE and AD. RGB value is (127,174,173). Sum of RGB (Red+Green+Blue) = 127+174+173=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEAD is #805152. Grayscale: #9F9F9F. Windows color (decimal): -8409427 or 11382399. OLE color: 11382399.
HSL color Cylindrical-coordinate representation of color #7FAEAD: hue angle of 178.72º 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 #7FAEAD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 173 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.32 |
| HSL | 178.72º | 0.22% | 0.59% | - |
| HSV(B) | 178.72º | 0.27% | 0.68% | - |
| XYZ | 31.43 | 37.8 | 45.17 | - |
| YUV | 159.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 173 | 0.27 | 0 | 0.01 | 0.32 | 178.72 | 0.22 | 0.59 |
| Hex | 7F | AE | AD | 1B | 0 | 1 | 20 | B3 | 16 | 3B |
| Octal | 177 | 256 | 255 | 33 | 0 | 1 | 40 | 263 | 26 | 73 |
| Binary | 1111111 | 10101110 | 10101101 | 11011 | 0 | 1 | 100000 | 10110011 | 10110 | 111011 |
Color Harmonies of #7FAEAD
Complementary color
Monochromatic Colors of #7FAEAD
Black with #7FAEAD
Text Example
Text Example
White with #7FAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEAD; }
p { color: rgb(127,174,173); }
H1.HeaderClassName
{
color: #7FAEAD;
}
.AnyTagClassName
{
color: #7FAEAD;
}
</style>
background-color css
<style>
a { background-color: #7FAEAD; }
a { background-color: rgb(127,174,173); }
div.DivClassName
{
background-color: #7FAEAD;
}
.BgClassName
{
background-color: #7FAEAD;
}
</style>
border-color css
<style>
span { border-color: #7FAEAD; }
span { border-color: rgb(127,174,173); }
td.TdClassName
{
border-color: #7FAEAD;
}
.TagClassName
{
border-color: #7FAEAD;
}
</style>