Shades of Neptune #7BA9AC
Tints of Neptune #7BA9AC
RGB
CMYK
RGB Variations
Color information
#7BA9AC (or 0x7BA9AC) is known color: Neptune. HEX triplet: 7B, A9 and AC. RGB value is (123,169,172). Sum of RGB (Red+Green+Blue) = 123+169+172=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #7BA9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA9AC is #845653. Grayscale: #9B9B9B. Windows color (decimal): -8672852 or 11315579. OLE color: 11315579.
HSL color Cylindrical-coordinate representation of color #7BA9AC: hue angle of 183.67º degrees, saturation: 0.23, 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 #7BA9AC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 169 | 172 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.33 |
| HSL | 183.67º | 0.23% | 0.58% | - |
| HSV(B) | 183.67º | 0.28% | 0.67% | - |
| XYZ | 29.8 | 35.57 | 44.32 | - |
| YUV | 155.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 172 | 0.28 | 0.02 | 0 | 0.33 | 183.67 | 0.23 | 0.58 |
| Hex | 7B | A9 | AC | 1C | 2 | 0 | 21 | B8 | 17 | 3A |
| Octal | 173 | 251 | 254 | 34 | 2 | 0 | 41 | 270 | 27 | 72 |
| Binary | 1111011 | 10101001 | 10101100 | 11100 | 10 | 0 | 100001 | 10111000 | 10111 | 111010 |
Color Harmonies of #7BA9AC
Complementary color
Monochromatic Colors of #7BA9AC
Black with #7BA9AC
Text Example
Text Example
White with #7BA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9AC; }
p { color: rgb(123,169,172); }
H1.HeaderClassName
{
color: #7BA9AC;
}
.AnyTagClassName
{
color: #7BA9AC;
}
</style>
background-color css
<style>
a { background-color: #7BA9AC; }
a { background-color: rgb(123,169,172); }
div.DivClassName
{
background-color: #7BA9AC;
}
.BgClassName
{
background-color: #7BA9AC;
}
</style>
border-color css
<style>
span { border-color: #7BA9AC; }
span { border-color: rgb(123,169,172); }
td.TdClassName
{
border-color: #7BA9AC;
}
.TagClassName
{
border-color: #7BA9AC;
}
</style>