Shades of Neptune #7CA9AE
Tints of Neptune #7CA9AE
RGB
CMYK
RGB Variations
Color information
#7CA9AE (or 0x7CA9AE) is known color: Neptune. HEX triplet: 7C, A9 and AE. RGB value is (124,169,174). Sum of RGB (Red+Green+Blue) = 124+169+174=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 174 - color contains mainly: blue. Hex color #7CA9AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA9AE is #835651. Grayscale: #9C9C9C. Windows color (decimal): -8607314 or 11446652. OLE color: 11446652.
HSL color Cylindrical-coordinate representation of color #7CA9AE: hue angle of 186º degrees, saturation: 0.24, 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 #7CA9AE is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 169 | 174 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.32 |
| HSL | 186º | 0.24% | 0.58% | - |
| HSV(B) | 186º | 0.29% | 0.68% | - |
| XYZ | 30.14 | 35.72 | 45.35 | - |
| YUV | 156.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 169 | 174 | 0.29 | 0.03 | 0 | 0.32 | 186 | 0.24 | 0.58 |
| Hex | 7C | A9 | AE | 1D | 3 | 0 | 20 | BA | 18 | 3A |
| Octal | 174 | 251 | 256 | 35 | 3 | 0 | 40 | 272 | 30 | 72 |
| Binary | 1111100 | 10101001 | 10101110 | 11101 | 11 | 0 | 100000 | 10111010 | 11000 | 111010 |
Color Harmonies of #7CA9AE
Complementary color
Monochromatic Colors of #7CA9AE
Black with #7CA9AE
Text Example
Text Example
White with #7CA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA9AE; }
p { color: rgb(124,169,174); }
H1.HeaderClassName
{
color: #7CA9AE;
}
.AnyTagClassName
{
color: #7CA9AE;
}
</style>
background-color css
<style>
a { background-color: #7CA9AE; }
a { background-color: rgb(124,169,174); }
div.DivClassName
{
background-color: #7CA9AE;
}
.BgClassName
{
background-color: #7CA9AE;
}
</style>
border-color css
<style>
span { border-color: #7CA9AE; }
span { border-color: rgb(124,169,174); }
td.TdClassName
{
border-color: #7CA9AE;
}
.TagClassName
{
border-color: #7CA9AE;
}
</style>