Shades of Sea Nymph #8CAEA0
Tints of Sea Nymph #8CAEA0
RGB
CMYK
RGB Variations
Color information
#8CAEA0 (or 0x8CAEA0) is known color: Sea Nymph. HEX triplet: 8C, AE and A0. RGB value is (140,174,160). Sum of RGB (Red+Green+Blue) = 140+174+160=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEA0 is #73515F. Grayscale: #A2A2A2. Windows color (decimal): -7557472 or 10530444. OLE color: 10530444.
HSL color Cylindrical-coordinate representation of color #8CAEA0: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAEA0 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 160 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.32 |
| HSL | 155.29º | 0.17% | 0.62% | - |
| HSV(B) | 155.29º | 0.2% | 0.68% | - |
| XYZ | 32.3 | 38.39 | 38.96 | - |
| YUV | 162.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 160 | 0.20 | 0 | 0.08 | 0.32 | 155.29 | 0.17 | 0.62 |
| Hex | 8C | AE | A0 | 14 | 0 | 8 | 20 | 9B | 11 | 3E |
| Octal | 214 | 256 | 240 | 24 | 0 | 10 | 40 | 233 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10100000 | 10100 | 0 | 1000 | 100000 | 10011011 | 10001 | 111110 |
Color Harmonies of #8CAEA0
Complementary color
Monochromatic Colors of #8CAEA0
Black with #8CAEA0
Text Example
Text Example
White with #8CAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEA0; }
p { color: rgb(140,174,160); }
H1.HeaderClassName
{
color: #8CAEA0;
}
.AnyTagClassName
{
color: #8CAEA0;
}
</style>
background-color css
<style>
a { background-color: #8CAEA0; }
a { background-color: rgb(140,174,160); }
div.DivClassName
{
background-color: #8CAEA0;
}
.BgClassName
{
background-color: #8CAEA0;
}
</style>
border-color css
<style>
span { border-color: #8CAEA0; }
span { border-color: rgb(140,174,160); }
td.TdClassName
{
border-color: #8CAEA0;
}
.TagClassName
{
border-color: #8CAEA0;
}
</style>