Shades of Sea Nymph #8CAEA6
Tints of Sea Nymph #8CAEA6
RGB
CMYK
RGB Variations
Color information
#8CAEA6 (or 0x8CAEA6) is known color: Sea Nymph. HEX triplet: 8C, AE and A6. RGB value is (140,174,166). Sum of RGB (Red+Green+Blue) = 140+174+166=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEA6 is #735159. Grayscale: #A2A2A2. Windows color (decimal): -7557466 or 10923660. OLE color: 10923660.
HSL color Cylindrical-coordinate representation of color #8CAEA6: hue angle of 165.88º 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 #8CAEA6 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 166 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.32 |
| HSL | 165.88º | 0.17% | 0.62% | - |
| HSV(B) | 165.88º | 0.2% | 0.68% | - |
| XYZ | 32.83 | 38.6 | 41.8 | - |
| YUV | 162.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 166 | 0.20 | 0 | 0.05 | 0.32 | 165.88 | 0.17 | 0.62 |
| Hex | 8C | AE | A6 | 14 | 0 | 5 | 20 | A6 | 11 | 3E |
| Octal | 214 | 256 | 246 | 24 | 0 | 5 | 40 | 246 | 21 | 76 |
| Binary | 10001100 | 10101110 | 10100110 | 10100 | 0 | 101 | 100000 | 10100110 | 10001 | 111110 |
Color Harmonies of #8CAEA6
Complementary color
Monochromatic Colors of #8CAEA6
Black with #8CAEA6
Text Example
Text Example
White with #8CAEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEA6; }
p { color: rgb(140,174,166); }
H1.HeaderClassName
{
color: #8CAEA6;
}
.AnyTagClassName
{
color: #8CAEA6;
}
</style>
background-color css
<style>
a { background-color: #8CAEA6; }
a { background-color: rgb(140,174,166); }
div.DivClassName
{
background-color: #8CAEA6;
}
.BgClassName
{
background-color: #8CAEA6;
}
</style>
border-color css
<style>
span { border-color: #8CAEA6; }
span { border-color: rgb(140,174,166); }
td.TdClassName
{
border-color: #8CAEA6;
}
.TagClassName
{
border-color: #8CAEA6;
}
</style>