Shades of Neptune #7CAEAD
Tints of Neptune #7CAEAD
RGB
CMYK
RGB Variations
Color information
#7CAEAD (or 0x7CAEAD) is known color: Neptune. HEX triplet: 7C, AE and AD. RGB value is (124,174,173). Sum of RGB (Red+Green+Blue) = 124+174+173=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAD is #835152. Grayscale: #9E9E9E. Windows color (decimal): -8606035 or 11382396. OLE color: 11382396.
HSL color Cylindrical-coordinate representation of color #7CAEAD: hue angle of 178.8º 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 #7CAEAD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 173 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.32 |
| HSL | 178.8º | 0.24% | 0.58% | - |
| HSV(B) | 178.8º | 0.29% | 0.68% | - |
| XYZ | 30.99 | 37.57 | 45.15 | - |
| YUV | 158.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 173 | 0.29 | 0 | 0.01 | 0.32 | 178.8 | 0.24 | 0.58 |
| Hex | 7C | AE | AD | 1D | 0 | 1 | 20 | B3 | 18 | 3A |
| Octal | 174 | 256 | 255 | 35 | 0 | 1 | 40 | 263 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10101101 | 11101 | 0 | 1 | 100000 | 10110011 | 11000 | 111010 |
Color Harmonies of #7CAEAD
Complementary color
Monochromatic Colors of #7CAEAD
Black with #7CAEAD
Text Example
Text Example
White with #7CAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEAD; }
p { color: rgb(124,174,173); }
H1.HeaderClassName
{
color: #7CAEAD;
}
.AnyTagClassName
{
color: #7CAEAD;
}
</style>
background-color css
<style>
a { background-color: #7CAEAD; }
a { background-color: rgb(124,174,173); }
div.DivClassName
{
background-color: #7CAEAD;
}
.BgClassName
{
background-color: #7CAEAD;
}
</style>
border-color css
<style>
span { border-color: #7CAEAD; }
span { border-color: rgb(124,174,173); }
td.TdClassName
{
border-color: #7CAEAD;
}
.TagClassName
{
border-color: #7CAEAD;
}
</style>