Shades of Neptune #7BABAA
Tints of Neptune #7BABAA
RGB
CMYK
RGB Variations
Color information
#7BABAA (or 0x7BABAA) is known color: Neptune. HEX triplet: 7B, AB and AA. RGB value is (123,171,170). Sum of RGB (Red+Green+Blue) = 123+171+170=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #7BABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAA is #845455. Grayscale: #9C9C9C. Windows color (decimal): -8672342 or 11185019. OLE color: 11185019.
HSL color Cylindrical-coordinate representation of color #7BABAA: hue angle of 178.75º 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 #7BABAA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 170 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.33 |
| HSL | 178.75º | 0.22% | 0.58% | - |
| HSV(B) | 178.75º | 0.28% | 0.67% | - |
| XYZ | 29.99 | 36.24 | 43.44 | - |
| YUV | 156.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 170 | 0.28 | 0 | 0.01 | 0.33 | 178.75 | 0.22 | 0.58 |
| Hex | 7B | AB | AA | 1C | 0 | 1 | 21 | B3 | 16 | 3A |
| Octal | 173 | 253 | 252 | 34 | 0 | 1 | 41 | 263 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10101010 | 11100 | 0 | 1 | 100001 | 10110011 | 10110 | 111010 |
Color Harmonies of #7BABAA
Complementary color
Monochromatic Colors of #7BABAA
Black with #7BABAA
Text Example
Text Example
White with #7BABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABAA; }
p { color: rgb(123,171,170); }
H1.HeaderClassName
{
color: #7BABAA;
}
.AnyTagClassName
{
color: #7BABAA;
}
</style>
background-color css
<style>
a { background-color: #7BABAA; }
a { background-color: rgb(123,171,170); }
div.DivClassName
{
background-color: #7BABAA;
}
.BgClassName
{
background-color: #7BABAA;
}
</style>
border-color css
<style>
span { border-color: #7BABAA; }
span { border-color: rgb(123,171,170); }
td.TdClassName
{
border-color: #7BABAA;
}
.TagClassName
{
border-color: #7BABAA;
}
</style>