Shades of Sea Nymph #8FAFA6
Tints of Sea Nymph #8FAFA6
RGB
CMYK
RGB Variations
Color information
#8FAFA6 (or 0x8FAFA6) is known color: Sea Nymph. HEX triplet: 8F, AF and A6. RGB value is (143,175,166). Sum of RGB (Red+Green+Blue) = 143+175+166=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAFA6 is #705059. Grayscale: #A4A4A4. Windows color (decimal): -7360602 or 10923919. OLE color: 10923919.
HSL color Cylindrical-coordinate representation of color #8FAFA6: hue angle of 163.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAFA6 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 166 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.31 |
| HSL | 163.13º | 0.17% | 0.62% | - |
| HSV(B) | 163.13º | 0.18% | 0.69% | - |
| XYZ | 33.54 | 39.25 | 41.89 | - |
| YUV | 164.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 166 | 0.18 | 0 | 0.05 | 0.31 | 163.13 | 0.17 | 0.62 |
| Hex | 8F | AF | A6 | 12 | 0 | 5 | 1F | A3 | 11 | 3E |
| Octal | 217 | 257 | 246 | 22 | 0 | 5 | 37 | 243 | 21 | 76 |
| Binary | 10001111 | 10101111 | 10100110 | 10010 | 0 | 101 | 11111 | 10100011 | 10001 | 111110 |
Color Harmonies of #8FAFA6
Complementary color
Monochromatic Colors of #8FAFA6
Black with #8FAFA6
Text Example
Text Example
White with #8FAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAFA6; }
p { color: rgb(143,175,166); }
H1.HeaderClassName
{
color: #8FAFA6;
}
.AnyTagClassName
{
color: #8FAFA6;
}
</style>
background-color css
<style>
a { background-color: #8FAFA6; }
a { background-color: rgb(143,175,166); }
div.DivClassName
{
background-color: #8FAFA6;
}
.BgClassName
{
background-color: #8FAFA6;
}
</style>
border-color css
<style>
span { border-color: #8FAFA6; }
span { border-color: rgb(143,175,166); }
td.TdClassName
{
border-color: #8FAFA6;
}
.TagClassName
{
border-color: #8FAFA6;
}
</style>