Shades of Sea Nymph #8FACA7
Tints of Sea Nymph #8FACA7
RGB
CMYK
RGB Variations
Color information
#8FACA7 (or 0x8FACA7) is known color: Sea Nymph. HEX triplet: 8F, AC and A7. RGB value is (143,172,167). Sum of RGB (Red+Green+Blue) = 143+172+167=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #8FACA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FACA7 is #705358. Grayscale: #A2A2A2. Windows color (decimal): -7361369 or 10988687. OLE color: 10988687.
HSL color Cylindrical-coordinate representation of color #8FACA7: hue angle of 169.66º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FACA7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 167 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.33 |
| HSL | 169.66º | 0.15% | 0.62% | - |
| HSV(B) | 169.66º | 0.17% | 0.67% | - |
| XYZ | 33.06 | 38.13 | 42.18 | - |
| YUV | 162.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 167 | 0.17 | 0 | 0.03 | 0.33 | 169.66 | 0.15 | 0.62 |
| Hex | 8F | AC | A7 | 11 | 0 | 3 | 21 | AA | F | 3E |
| Octal | 217 | 254 | 247 | 21 | 0 | 3 | 41 | 252 | 17 | 76 |
| Binary | 10001111 | 10101100 | 10100111 | 10001 | 0 | 11 | 100001 | 10101010 | 1111 | 111110 |
Color Harmonies of #8FACA7
Complementary color
Monochromatic Colors of #8FACA7
Black with #8FACA7
Text Example
Text Example
White with #8FACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FACA7; }
p { color: rgb(143,172,167); }
H1.HeaderClassName
{
color: #8FACA7;
}
.AnyTagClassName
{
color: #8FACA7;
}
</style>
background-color css
<style>
a { background-color: #8FACA7; }
a { background-color: rgb(143,172,167); }
div.DivClassName
{
background-color: #8FACA7;
}
.BgClassName
{
background-color: #8FACA7;
}
</style>
border-color css
<style>
span { border-color: #8FACA7; }
span { border-color: rgb(143,172,167); }
td.TdClassName
{
border-color: #8FACA7;
}
.TagClassName
{
border-color: #8FACA7;
}
</style>