Shades of Neptune #7BADAA
Tints of Neptune #7BADAA
RGB
CMYK
RGB Variations
Color information
#7BADAA (or 0x7BADAA) is known color: Neptune. HEX triplet: 7B, AD and AA. RGB value is (123,173,170). Sum of RGB (Red+Green+Blue) = 123+173+170=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #7BADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BADAA is #845255. Grayscale: #9D9D9D. Windows color (decimal): -8671830 or 11185531. OLE color: 11185531.
HSL color Cylindrical-coordinate representation of color #7BADAA: hue angle of 176.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 #7BADAA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 170 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.32 |
| HSL | 176.4º | 0.23% | 0.58% | - |
| HSV(B) | 176.4º | 0.29% | 0.68% | - |
| XYZ | 30.37 | 37 | 43.57 | - |
| YUV | 157.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 170 | 0.29 | 0 | 0.02 | 0.32 | 176.4 | 0.23 | 0.58 |
| Hex | 7B | AD | AA | 1D | 0 | 2 | 20 | B0 | 17 | 3A |
| Octal | 173 | 255 | 252 | 35 | 0 | 2 | 40 | 260 | 27 | 72 |
| Binary | 1111011 | 10101101 | 10101010 | 11101 | 0 | 10 | 100000 | 10110000 | 10111 | 111010 |
Color Harmonies of #7BADAA
Complementary color
Monochromatic Colors of #7BADAA
Black with #7BADAA
Text Example
Text Example
White with #7BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADAA; }
p { color: rgb(123,173,170); }
H1.HeaderClassName
{
color: #7BADAA;
}
.AnyTagClassName
{
color: #7BADAA;
}
</style>
background-color css
<style>
a { background-color: #7BADAA; }
a { background-color: rgb(123,173,170); }
div.DivClassName
{
background-color: #7BADAA;
}
.BgClassName
{
background-color: #7BADAA;
}
</style>
border-color css
<style>
span { border-color: #7BADAA; }
span { border-color: rgb(123,173,170); }
td.TdClassName
{
border-color: #7BADAA;
}
.TagClassName
{
border-color: #7BADAA;
}
</style>