Shades of Neptune #7CA9AC
Tints of Neptune #7CA9AC
RGB
CMYK
RGB Variations
Color information
#7CA9AC (or 0x7CA9AC) is known color: Neptune. HEX triplet: 7C, A9 and AC. RGB value is (124,169,172). Sum of RGB (Red+Green+Blue) = 124+169+172=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #7CA9AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CA9AC is #835653. Grayscale: #9B9B9B. Windows color (decimal): -8607316 or 11315580. OLE color: 11315580.
HSL color Cylindrical-coordinate representation of color #7CA9AC: hue angle of 183.75º degrees, saturation: 0.22, 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 #7CA9AC is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 169 | 172 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.33 |
| HSL | 183.75º | 0.22% | 0.58% | - |
| HSV(B) | 183.75º | 0.28% | 0.67% | - |
| XYZ | 29.95 | 35.64 | 44.33 | - |
| YUV | 155.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 169 | 172 | 0.28 | 0.02 | 0 | 0.33 | 183.75 | 0.22 | 0.58 |
| Hex | 7C | A9 | AC | 1C | 2 | 0 | 21 | B8 | 16 | 3A |
| Octal | 174 | 251 | 254 | 34 | 2 | 0 | 41 | 270 | 26 | 72 |
| Binary | 1111100 | 10101001 | 10101100 | 11100 | 10 | 0 | 100001 | 10111000 | 10110 | 111010 |
Color Harmonies of #7CA9AC
Complementary color
Monochromatic Colors of #7CA9AC
Black with #7CA9AC
Text Example
Text Example
White with #7CA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA9AC; }
p { color: rgb(124,169,172); }
H1.HeaderClassName
{
color: #7CA9AC;
}
.AnyTagClassName
{
color: #7CA9AC;
}
</style>
background-color css
<style>
a { background-color: #7CA9AC; }
a { background-color: rgb(124,169,172); }
div.DivClassName
{
background-color: #7CA9AC;
}
.BgClassName
{
background-color: #7CA9AC;
}
</style>
border-color css
<style>
span { border-color: #7CA9AC; }
span { border-color: rgb(124,169,172); }
td.TdClassName
{
border-color: #7CA9AC;
}
.TagClassName
{
border-color: #7CA9AC;
}
</style>