Shades of Neptune #7BACAF
Tints of Neptune #7BACAF
RGB
CMYK
RGB Variations
Color information
#7BACAF (or 0x7BACAF) is known color: Neptune. HEX triplet: 7B, AC and AF. RGB value is (123,172,175). Sum of RGB (Red+Green+Blue) = 123+172+175=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACAF is #845350. Grayscale: #9D9D9D. Windows color (decimal): -8672081 or 11512955. OLE color: 11512955.
HSL color Cylindrical-coordinate representation of color #7BACAF: hue angle of 183.46º 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 #7BACAF is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 172 | 175 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.31 |
| HSL | 183.46º | 0.25% | 0.58% | - |
| HSV(B) | 183.46º | 0.3% | 0.69% | - |
| XYZ | 30.66 | 36.81 | 46.05 | - |
| YUV | 157.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 175 | 0.30 | 0.02 | 0 | 0.31 | 183.46 | 0.25 | 0.58 |
| Hex | 7B | AC | AF | 1E | 2 | 0 | 1F | B7 | 19 | 3A |
| Octal | 173 | 254 | 257 | 36 | 2 | 0 | 37 | 267 | 31 | 72 |
| Binary | 1111011 | 10101100 | 10101111 | 11110 | 10 | 0 | 11111 | 10110111 | 11001 | 111010 |
Color Harmonies of #7BACAF
Complementary color
Monochromatic Colors of #7BACAF
Black with #7BACAF
Text Example
Text Example
White with #7BACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACAF; }
p { color: rgb(123,172,175); }
H1.HeaderClassName
{
color: #7BACAF;
}
.AnyTagClassName
{
color: #7BACAF;
}
</style>
background-color css
<style>
a { background-color: #7BACAF; }
a { background-color: rgb(123,172,175); }
div.DivClassName
{
background-color: #7BACAF;
}
.BgClassName
{
background-color: #7BACAF;
}
</style>
border-color css
<style>
span { border-color: #7BACAF; }
span { border-color: rgb(123,172,175); }
td.TdClassName
{
border-color: #7BACAF;
}
.TagClassName
{
border-color: #7BACAF;
}
</style>