Shades of Neptune #7BAAAF
Tints of Neptune #7BAAAF
RGB
CMYK
RGB Variations
Color information
#7BAAAF (or 0x7BAAAF) is known color: Neptune. HEX triplet: 7B, AA and AF. RGB value is (123,170,175). Sum of RGB (Red+Green+Blue) = 123+170+175=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAF is #845550. Grayscale: #9C9C9C. Windows color (decimal): -8672593 or 11512443. OLE color: 11512443.
HSL color Cylindrical-coordinate representation of color #7BAAAF: hue angle of 185.77º 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 #7BAAAF is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 170 | 175 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.31 |
| HSL | 185.77º | 0.25% | 0.58% | - |
| HSV(B) | 185.77º | 0.3% | 0.69% | - |
| XYZ | 30.28 | 36.06 | 45.92 | - |
| YUV | 156.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 175 | 0.30 | 0.03 | 0 | 0.31 | 185.77 | 0.25 | 0.58 |
| Hex | 7B | AA | AF | 1E | 3 | 0 | 1F | BA | 19 | 3A |
| Octal | 173 | 252 | 257 | 36 | 3 | 0 | 37 | 272 | 31 | 72 |
| Binary | 1111011 | 10101010 | 10101111 | 11110 | 11 | 0 | 11111 | 10111010 | 11001 | 111010 |
Color Harmonies of #7BAAAF
Complementary color
Monochromatic Colors of #7BAAAF
Black with #7BAAAF
Text Example
Text Example
White with #7BAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAAF; }
p { color: rgb(123,170,175); }
H1.HeaderClassName
{
color: #7BAAAF;
}
.AnyTagClassName
{
color: #7BAAAF;
}
</style>
background-color css
<style>
a { background-color: #7BAAAF; }
a { background-color: rgb(123,170,175); }
div.DivClassName
{
background-color: #7BAAAF;
}
.BgClassName
{
background-color: #7BAAAF;
}
</style>
border-color css
<style>
span { border-color: #7BAAAF; }
span { border-color: rgb(123,170,175); }
td.TdClassName
{
border-color: #7BAAAF;
}
.TagClassName
{
border-color: #7BAAAF;
}
</style>