Shades of Neptune #7CADAC
Tints of Neptune #7CADAC
RGB
CMYK
RGB Variations
Color information
#7CADAC (or 0x7CADAC) is known color: Neptune. HEX triplet: 7C, AD and AC. RGB value is (124,173,172). Sum of RGB (Red+Green+Blue) = 124+173+172=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 173 - color contains mainly: green. Hex color #7CADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CADAC is #835253. Grayscale: #9E9E9E. Windows color (decimal): -8606292 or 11316604. OLE color: 11316604.
HSL color Cylindrical-coordinate representation of color #7CADAC: hue angle of 178.78º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CADAC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 173 | 172 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.32 |
| HSL | 178.78º | 0.23% | 0.58% | - |
| HSV(B) | 178.78º | 0.28% | 0.68% | - |
| XYZ | 30.7 | 37.15 | 44.58 | - |
| YUV | 158.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 173 | 172 | 0.28 | 0 | 0.01 | 0.32 | 178.78 | 0.23 | 0.58 |
| Hex | 7C | AD | AC | 1C | 0 | 1 | 20 | B3 | 17 | 3A |
| Octal | 174 | 255 | 254 | 34 | 0 | 1 | 40 | 263 | 27 | 72 |
| Binary | 1111100 | 10101101 | 10101100 | 11100 | 0 | 1 | 100000 | 10110011 | 10111 | 111010 |
Color Harmonies of #7CADAC
Complementary color
Monochromatic Colors of #7CADAC
Black with #7CADAC
Text Example
Text Example
White with #7CADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CADAC; }
p { color: rgb(124,173,172); }
H1.HeaderClassName
{
color: #7CADAC;
}
.AnyTagClassName
{
color: #7CADAC;
}
</style>
background-color css
<style>
a { background-color: #7CADAC; }
a { background-color: rgb(124,173,172); }
div.DivClassName
{
background-color: #7CADAC;
}
.BgClassName
{
background-color: #7CADAC;
}
</style>
border-color css
<style>
span { border-color: #7CADAC; }
span { border-color: rgb(124,173,172); }
td.TdClassName
{
border-color: #7CADAC;
}
.TagClassName
{
border-color: #7CADAC;
}
</style>