Shades of Neptune #7BABAF
Tints of Neptune #7BABAF
RGB
CMYK
RGB Variations
Color information
#7BABAF (or 0x7BABAF) is known color: Neptune. HEX triplet: 7B, AB and AF. RGB value is (123,171,175). Sum of RGB (Red+Green+Blue) = 123+171+175=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAF is #845450. Grayscale: #9D9D9D. Windows color (decimal): -8672337 or 11512699. OLE color: 11512699.
HSL color Cylindrical-coordinate representation of color #7BABAF: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BABAF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 171 | 175 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.31 |
| HSL | 184.62º | 0.25% | 0.58% | - |
| HSV(B) | 184.62º | 0.3% | 0.69% | - |
| XYZ | 30.47 | 36.43 | 45.98 | - |
| YUV | 157.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 175 | 0.30 | 0.02 | 0 | 0.31 | 184.62 | 0.25 | 0.58 |
| Hex | 7B | AB | AF | 1E | 2 | 0 | 1F | B9 | 19 | 3A |
| Octal | 173 | 253 | 257 | 36 | 2 | 0 | 37 | 271 | 31 | 72 |
| Binary | 1111011 | 10101011 | 10101111 | 11110 | 10 | 0 | 11111 | 10111001 | 11001 | 111010 |
Color Harmonies of #7BABAF
Complementary color
Monochromatic Colors of #7BABAF
Black with #7BABAF
Text Example
Text Example
White with #7BABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABAF; }
p { color: rgb(123,171,175); }
H1.HeaderClassName
{
color: #7BABAF;
}
.AnyTagClassName
{
color: #7BABAF;
}
</style>
background-color css
<style>
a { background-color: #7BABAF; }
a { background-color: rgb(123,171,175); }
div.DivClassName
{
background-color: #7BABAF;
}
.BgClassName
{
background-color: #7BABAF;
}
</style>
border-color css
<style>
span { border-color: #7BABAF; }
span { border-color: rgb(123,171,175); }
td.TdClassName
{
border-color: #7BABAF;
}
.TagClassName
{
border-color: #7BABAF;
}
</style>