Shades of Sea Nymph #8CACA7
Tints of Sea Nymph #8CACA7
RGB
CMYK
RGB Variations
Color information
#8CACA7 (or 0x8CACA7) is known color: Sea Nymph. HEX triplet: 8C, AC and A7. RGB value is (140,172,167). Sum of RGB (Red+Green+Blue) = 140+172+167=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 172 - color contains mainly: green. Hex color #8CACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACA7 is #735358. Grayscale: #A1A1A1. Windows color (decimal): -7557977 or 10988684. OLE color: 10988684.
HSL color Cylindrical-coordinate representation of color #8CACA7: hue angle of 170.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CACA7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 167 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.33 |
| HSL | 170.63º | 0.16% | 0.61% | - |
| HSV(B) | 170.63º | 0.19% | 0.67% | - |
| XYZ | 32.54 | 37.87 | 42.15 | - |
| YUV | 161.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 167 | 0.19 | 0 | 0.03 | 0.33 | 170.63 | 0.16 | 0.61 |
| Hex | 8C | AC | A7 | 13 | 0 | 3 | 21 | AB | 10 | 3D |
| Octal | 214 | 254 | 247 | 23 | 0 | 3 | 41 | 253 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10100111 | 10011 | 0 | 11 | 100001 | 10101011 | 10000 | 111101 |
Color Harmonies of #8CACA7
Complementary color
Monochromatic Colors of #8CACA7
Black with #8CACA7
Text Example
Text Example
White with #8CACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACA7; }
p { color: rgb(140,172,167); }
H1.HeaderClassName
{
color: #8CACA7;
}
.AnyTagClassName
{
color: #8CACA7;
}
</style>
background-color css
<style>
a { background-color: #8CACA7; }
a { background-color: rgb(140,172,167); }
div.DivClassName
{
background-color: #8CACA7;
}
.BgClassName
{
background-color: #8CACA7;
}
</style>
border-color css
<style>
span { border-color: #8CACA7; }
span { border-color: rgb(140,172,167); }
td.TdClassName
{
border-color: #8CACA7;
}
.TagClassName
{
border-color: #8CACA7;
}
</style>