Shades of Neptune #7FABA8
Tints of Neptune #7FABA8
RGB
CMYK
RGB Variations
Color information
#7FABA8 (or 0x7FABA8) is known color: Neptune. HEX triplet: 7F, AB and A8. RGB value is (127,171,168). Sum of RGB (Red+Green+Blue) = 127+171+168=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #7FABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FABA8 is #805457. Grayscale: #9D9D9D. Windows color (decimal): -8410200 or 11053951. OLE color: 11053951.
HSL color Cylindrical-coordinate representation of color #7FABA8: hue angle of 175.91º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7FABA8 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 171 | 168 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.33 |
| HSL | 175.91º | 0.21% | 0.58% | - |
| HSV(B) | 175.91º | 0.26% | 0.67% | - |
| XYZ | 30.38 | 36.47 | 42.48 | - |
| YUV | 157.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 168 | 0.26 | 0 | 0.02 | 0.33 | 175.91 | 0.21 | 0.58 |
| Hex | 7F | AB | A8 | 1A | 0 | 2 | 21 | B0 | 15 | 3A |
| Octal | 177 | 253 | 250 | 32 | 0 | 2 | 41 | 260 | 25 | 72 |
| Binary | 1111111 | 10101011 | 10101000 | 11010 | 0 | 10 | 100001 | 10110000 | 10101 | 111010 |
Color Harmonies of #7FABA8
Complementary color
Monochromatic Colors of #7FABA8
Black with #7FABA8
Text Example
Text Example
White with #7FABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABA8; }
p { color: rgb(127,171,168); }
H1.HeaderClassName
{
color: #7FABA8;
}
.AnyTagClassName
{
color: #7FABA8;
}
</style>
background-color css
<style>
a { background-color: #7FABA8; }
a { background-color: rgb(127,171,168); }
div.DivClassName
{
background-color: #7FABA8;
}
.BgClassName
{
background-color: #7FABA8;
}
</style>
border-color css
<style>
span { border-color: #7FABA8; }
span { border-color: rgb(127,171,168); }
td.TdClassName
{
border-color: #7FABA8;
}
.TagClassName
{
border-color: #7FABA8;
}
</style>