Shades of Neptune #7FB0AE
Tints of Neptune #7FB0AE
RGB
CMYK
RGB Variations
Color information
#7FB0AE (or 0x7FB0AE) is known color: Neptune. HEX triplet: 7F, B0 and AE. RGB value is (127,176,174). Sum of RGB (Red+Green+Blue) = 127+176+174=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB0AE is #804F51. Grayscale: #A1A1A1. Windows color (decimal): -8408914 or 11448447. OLE color: 11448447.
HSL color Cylindrical-coordinate representation of color #7FB0AE: hue angle of 177.55º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FB0AE is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 176 | 174 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.31 |
| HSL | 177.55º | 0.24% | 0.59% | - |
| HSV(B) | 177.55º | 0.28% | 0.69% | - |
| XYZ | 31.92 | 38.62 | 45.82 | - |
| YUV | 161.12 | 135.27 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 174 | 0.28 | 0 | 0.01 | 0.31 | 177.55 | 0.24 | 0.59 |
| Hex | 7F | B0 | AE | 1C | 0 | 1 | 1F | B2 | 18 | 3B |
| Octal | 177 | 260 | 256 | 34 | 0 | 1 | 37 | 262 | 30 | 73 |
| Binary | 1111111 | 10110000 | 10101110 | 11100 | 0 | 1 | 11111 | 10110010 | 11000 | 111011 |
Color Harmonies of #7FB0AE
Complementary color
Monochromatic Colors of #7FB0AE
Black with #7FB0AE
Text Example
Text Example
White with #7FB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0AE; }
p { color: rgb(127,176,174); }
H1.HeaderClassName
{
color: #7FB0AE;
}
.AnyTagClassName
{
color: #7FB0AE;
}
</style>
background-color css
<style>
a { background-color: #7FB0AE; }
a { background-color: rgb(127,176,174); }
div.DivClassName
{
background-color: #7FB0AE;
}
.BgClassName
{
background-color: #7FB0AE;
}
</style>
border-color css
<style>
span { border-color: #7FB0AE; }
span { border-color: rgb(127,176,174); }
td.TdClassName
{
border-color: #7FB0AE;
}
.TagClassName
{
border-color: #7FB0AE;
}
</style>