Shades of Neptune #7BABA8
Tints of Neptune #7BABA8
RGB
CMYK
RGB Variations
Color information
#7BABA8 (or 0x7BABA8) is known color: Neptune. HEX triplet: 7B, AB and A8. RGB value is (123,171,168). Sum of RGB (Red+Green+Blue) = 123+171+168=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #7BABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABA8 is #845457. Grayscale: #9C9C9C. Windows color (decimal): -8672344 or 11053947. OLE color: 11053947.
HSL color Cylindrical-coordinate representation of color #7BABA8: hue angle of 176.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BABA8 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 168 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.33 |
| HSL | 176.25º | 0.22% | 0.58% | - |
| HSV(B) | 176.25º | 0.28% | 0.67% | - |
| XYZ | 29.8 | 36.16 | 42.46 | - |
| YUV | 156.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 168 | 0.28 | 0 | 0.02 | 0.33 | 176.25 | 0.22 | 0.58 |
| Hex | 7B | AB | A8 | 1C | 0 | 2 | 21 | B0 | 16 | 3A |
| Octal | 173 | 253 | 250 | 34 | 0 | 2 | 41 | 260 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10101000 | 11100 | 0 | 10 | 100001 | 10110000 | 10110 | 111010 |
Color Harmonies of #7BABA8
Complementary color
Monochromatic Colors of #7BABA8
Black with #7BABA8
Text Example
Text Example
White with #7BABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABA8; }
p { color: rgb(123,171,168); }
H1.HeaderClassName
{
color: #7BABA8;
}
.AnyTagClassName
{
color: #7BABA8;
}
</style>
background-color css
<style>
a { background-color: #7BABA8; }
a { background-color: rgb(123,171,168); }
div.DivClassName
{
background-color: #7BABA8;
}
.BgClassName
{
background-color: #7BABA8;
}
</style>
border-color css
<style>
span { border-color: #7BABA8; }
span { border-color: rgb(123,171,168); }
td.TdClassName
{
border-color: #7BABA8;
}
.TagClassName
{
border-color: #7BABA8;
}
</style>