Shades of Neptune #7CABAB
Tints of Neptune #7CABAB
RGB
CMYK
RGB Variations
Color information
#7CABAB (or 0x7CABAB) is known color: Neptune. HEX triplet: 7C, AB and AB. RGB value is (124,171,171). Sum of RGB (Red+Green+Blue) = 124+171+171=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #7CABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABAB is #835454. Grayscale: #9C9C9C. Windows color (decimal): -8606805 or 11250556. OLE color: 11250556.
HSL color Cylindrical-coordinate representation of color #7CABAB: hue angle of 180º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CABAB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 171 | - |
| CMYK | 0.27 | 0 | 0 | 0.33 |
| HSL | 180º | 0.22% | 0.58% | - |
| HSV(B) | 180º | 0.27% | 0.67% | - |
| XYZ | 30.23 | 36.35 | 43.95 | - |
| YUV | 156.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 171 | 0.27 | 0 | 0 | 0.33 | 180 | 0.22 | 0.58 |
| Hex | 7C | AB | AB | 1B | 0 | 0 | 21 | B4 | 16 | 3A |
| Octal | 174 | 253 | 253 | 33 | 0 | 0 | 41 | 264 | 26 | 72 |
| Binary | 1111100 | 10101011 | 10101011 | 11011 | 0 | 0 | 100001 | 10110100 | 10110 | 111010 |
Color Harmonies of #7CABAB
Complementary color
Monochromatic Colors of #7CABAB
Black with #7CABAB
Text Example
Text Example
White with #7CABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABAB; }
p { color: rgb(124,171,171); }
H1.HeaderClassName
{
color: #7CABAB;
}
.AnyTagClassName
{
color: #7CABAB;
}
</style>
background-color css
<style>
a { background-color: #7CABAB; }
a { background-color: rgb(124,171,171); }
div.DivClassName
{
background-color: #7CABAB;
}
.BgClassName
{
background-color: #7CABAB;
}
</style>
border-color css
<style>
span { border-color: #7CABAB; }
span { border-color: rgb(124,171,171); }
td.TdClassName
{
border-color: #7CABAB;
}
.TagClassName
{
border-color: #7CABAB;
}
</style>