Shades of Sea Nymph #7CAEA0
Tints of Sea Nymph #7CAEA0
RGB
CMYK
RGB Variations
Color information
#7CAEA0 (or 0x7CAEA0) is known color: Sea Nymph. HEX triplet: 7C, AE and A0. RGB value is (124,174,160). Sum of RGB (Red+Green+Blue) = 124+174+160=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEA0 is #83515F. Grayscale: #9D9D9D. Windows color (decimal): -8606048 or 10530428. OLE color: 10530428.
HSL color Cylindrical-coordinate representation of color #7CAEA0: hue angle of 163.2º 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 #7CAEA0 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 160 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.32 |
| HSL | 163.2º | 0.24% | 0.58% | - |
| HSV(B) | 163.2º | 0.29% | 0.68% | - |
| XYZ | 29.79 | 37.1 | 38.85 | - |
| YUV | 157.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 160 | 0.29 | 0 | 0.08 | 0.32 | 163.2 | 0.24 | 0.58 |
| Hex | 7C | AE | A0 | 1D | 0 | 8 | 20 | A3 | 18 | 3A |
| Octal | 174 | 256 | 240 | 35 | 0 | 10 | 40 | 243 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10100000 | 11101 | 0 | 1000 | 100000 | 10100011 | 11000 | 111010 |
Color Harmonies of #7CAEA0
Complementary color
Monochromatic Colors of #7CAEA0
Black with #7CAEA0
Text Example
Text Example
White with #7CAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAEA0; }
p { color: rgb(124,174,160); }
H1.HeaderClassName
{
color: #7CAEA0;
}
.AnyTagClassName
{
color: #7CAEA0;
}
</style>
background-color css
<style>
a { background-color: #7CAEA0; }
a { background-color: rgb(124,174,160); }
div.DivClassName
{
background-color: #7CAEA0;
}
.BgClassName
{
background-color: #7CAEA0;
}
</style>
border-color css
<style>
span { border-color: #7CAEA0; }
span { border-color: rgb(124,174,160); }
td.TdClassName
{
border-color: #7CAEA0;
}
.TagClassName
{
border-color: #7CAEA0;
}
</style>