Shades of Neptune #7BACAC
Tints of Neptune #7BACAC
RGB
CMYK
RGB Variations
Color information
#7BACAC (or 0x7BACAC) is known color: Neptune. HEX triplet: 7B, AC and AC. RGB value is (123,172,172). Sum of RGB (Red+Green+Blue) = 123+172+172=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #7BACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACAC is #845353. Grayscale: #9D9D9D. Windows color (decimal): -8672084 or 11316347. OLE color: 11316347.
HSL color Cylindrical-coordinate representation of color #7BACAC: hue angle of 180º 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 #7BACAC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 172 | - |
| CMYK | 0.28 | 0 | 0 | 0.33 |
| HSL | 180º | 0.23% | 0.58% | - |
| HSV(B) | 180º | 0.28% | 0.67% | - |
| XYZ | 30.37 | 36.69 | 44.51 | - |
| YUV | 157.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 172 | 0.28 | 0 | 0 | 0.33 | 180 | 0.23 | 0.58 |
| Hex | 7B | AC | AC | 1C | 0 | 0 | 21 | B4 | 17 | 3A |
| Octal | 173 | 254 | 254 | 34 | 0 | 0 | 41 | 264 | 27 | 72 |
| Binary | 1111011 | 10101100 | 10101100 | 11100 | 0 | 0 | 100001 | 10110100 | 10111 | 111010 |
Color Harmonies of #7BACAC
Complementary color
Monochromatic Colors of #7BACAC
Black with #7BACAC
Text Example
Text Example
White with #7BACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACAC; }
p { color: rgb(123,172,172); }
H1.HeaderClassName
{
color: #7BACAC;
}
.AnyTagClassName
{
color: #7BACAC;
}
</style>
background-color css
<style>
a { background-color: #7BACAC; }
a { background-color: rgb(123,172,172); }
div.DivClassName
{
background-color: #7BACAC;
}
.BgClassName
{
background-color: #7BACAC;
}
</style>
border-color css
<style>
span { border-color: #7BACAC; }
span { border-color: rgb(123,172,172); }
td.TdClassName
{
border-color: #7BACAC;
}
.TagClassName
{
border-color: #7BACAC;
}
</style>