Shades of Neptune #7BABAD
Tints of Neptune #7BABAD
RGB
CMYK
RGB Variations
Color information
#7BABAD (or 0x7BABAD) is known color: Neptune. HEX triplet: 7B, AB and AD. RGB value is (123,171,173). Sum of RGB (Red+Green+Blue) = 123+171+173=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 173 - color contains mainly: blue. Hex color #7BABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAD is #845452. Grayscale: #9C9C9C. Windows color (decimal): -8672339 or 11381627. OLE color: 11381627.
HSL color Cylindrical-coordinate representation of color #7BABAD: hue angle of 182.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BABAD is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 171 | 173 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.32 |
| HSL | 182.4º | 0.23% | 0.58% | - |
| HSV(B) | 182.4º | 0.29% | 0.68% | - |
| XYZ | 30.27 | 36.35 | 44.96 | - |
| YUV | 156.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 173 | 0.29 | 0.01 | 0 | 0.32 | 182.4 | 0.23 | 0.58 |
| Hex | 7B | AB | AD | 1D | 1 | 0 | 20 | B6 | 17 | 3A |
| Octal | 173 | 253 | 255 | 35 | 1 | 0 | 40 | 266 | 27 | 72 |
| Binary | 1111011 | 10101011 | 10101101 | 11101 | 1 | 0 | 100000 | 10110110 | 10111 | 111010 |
Color Harmonies of #7BABAD
Complementary color
Monochromatic Colors of #7BABAD
Black with #7BABAD
Text Example
Text Example
White with #7BABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BABAD; }
p { color: rgb(123,171,173); }
H1.HeaderClassName
{
color: #7BABAD;
}
.AnyTagClassName
{
color: #7BABAD;
}
</style>
background-color css
<style>
a { background-color: #7BABAD; }
a { background-color: rgb(123,171,173); }
div.DivClassName
{
background-color: #7BABAD;
}
.BgClassName
{
background-color: #7BABAD;
}
</style>
border-color css
<style>
span { border-color: #7BABAD; }
span { border-color: rgb(123,171,173); }
td.TdClassName
{
border-color: #7BABAD;
}
.TagClassName
{
border-color: #7BABAD;
}
</style>