Shades of Neptune #7CABA8
Tints of Neptune #7CABA8
RGB
CMYK
RGB Variations
Color information
#7CABA8 (or 0x7CABA8) is known color: Neptune. HEX triplet: 7C, AB and A8. RGB value is (124,171,168). Sum of RGB (Red+Green+Blue) = 124+171+168=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #7CABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CABA8 is #835457. Grayscale: #9C9C9C. Windows color (decimal): -8606808 or 11053948. OLE color: 11053948.
HSL color Cylindrical-coordinate representation of color #7CABA8: hue angle of 176.17º 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 #7CABA8 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 171 | 168 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.33 |
| HSL | 176.17º | 0.22% | 0.58% | - |
| HSV(B) | 176.17º | 0.27% | 0.67% | - |
| XYZ | 29.94 | 36.24 | 42.46 | - |
| YUV | 156.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 171 | 168 | 0.27 | 0 | 0.02 | 0.33 | 176.17 | 0.22 | 0.58 |
| Hex | 7C | AB | A8 | 1B | 0 | 2 | 21 | B0 | 16 | 3A |
| Octal | 174 | 253 | 250 | 33 | 0 | 2 | 41 | 260 | 26 | 72 |
| Binary | 1111100 | 10101011 | 10101000 | 11011 | 0 | 10 | 100001 | 10110000 | 10110 | 111010 |
Color Harmonies of #7CABA8
Complementary color
Monochromatic Colors of #7CABA8
Black with #7CABA8
Text Example
Text Example
White with #7CABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CABA8; }
p { color: rgb(124,171,168); }
H1.HeaderClassName
{
color: #7CABA8;
}
.AnyTagClassName
{
color: #7CABA8;
}
</style>
background-color css
<style>
a { background-color: #7CABA8; }
a { background-color: rgb(124,171,168); }
div.DivClassName
{
background-color: #7CABA8;
}
.BgClassName
{
background-color: #7CABA8;
}
</style>
border-color css
<style>
span { border-color: #7CABA8; }
span { border-color: rgb(124,171,168); }
td.TdClassName
{
border-color: #7CABA8;
}
.TagClassName
{
border-color: #7CABA8;
}
</style>