Shades of Sea Nymph #8FABA7
Tints of Sea Nymph #8FABA7
RGB
CMYK
RGB Variations
Color information
#8FABA7 (or 0x8FABA7) is known color: Sea Nymph. HEX triplet: 8F, AB and A7. RGB value is (143,171,167). Sum of RGB (Red+Green+Blue) = 143+171+167=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA7 is #705458. Grayscale: #A2A2A2. Windows color (decimal): -7361625 or 10988431. OLE color: 10988431.
HSL color Cylindrical-coordinate representation of color #8FABA7: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FABA7 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 167 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.33 |
| HSL | 171.43º | 0.14% | 0.62% | - |
| HSV(B) | 171.43º | 0.16% | 0.67% | - |
| XYZ | 32.87 | 37.76 | 42.11 | - |
| YUV | 162.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 167 | 0.16 | 0 | 0.02 | 0.33 | 171.43 | 0.14 | 0.62 |
| Hex | 8F | AB | A7 | 10 | 0 | 2 | 21 | AB | E | 3E |
| Octal | 217 | 253 | 247 | 20 | 0 | 2 | 41 | 253 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10100111 | 10000 | 0 | 10 | 100001 | 10101011 | 1110 | 111110 |
Color Harmonies of #8FABA7
Complementary color
Monochromatic Colors of #8FABA7
Black with #8FABA7
Text Example
Text Example
White with #8FABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABA7; }
p { color: rgb(143,171,167); }
H1.HeaderClassName
{
color: #8FABA7;
}
.AnyTagClassName
{
color: #8FABA7;
}
</style>
background-color css
<style>
a { background-color: #8FABA7; }
a { background-color: rgb(143,171,167); }
div.DivClassName
{
background-color: #8FABA7;
}
.BgClassName
{
background-color: #8FABA7;
}
</style>
border-color css
<style>
span { border-color: #8FABA7; }
span { border-color: rgb(143,171,167); }
td.TdClassName
{
border-color: #8FABA7;
}
.TagClassName
{
border-color: #8FABA7;
}
</style>