Shades of Sea Nymph #8FABA5
Tints of Sea Nymph #8FABA5
RGB
CMYK
RGB Variations
Color information
#8FABA5 (or 0x8FABA5) is known color: Sea Nymph. HEX triplet: 8F, AB and A5. RGB value is (143,171,165). Sum of RGB (Red+Green+Blue) = 143+171+165=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 165 (64.84% from 255 or 34.45% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA5 is #70545A. Grayscale: #A1A1A1. Windows color (decimal): -7361627 or 10857359. OLE color: 10857359.
HSL color Cylindrical-coordinate representation of color #8FABA5: hue angle of 167.14º 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 #8FABA5 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 171 | 165 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.33 |
| HSL | 167.14º | 0.14% | 0.62% | - |
| HSV(B) | 167.14º | 0.16% | 0.67% | - |
| XYZ | 32.68 | 37.68 | 41.15 | - |
| YUV | 161.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 171 | 165 | 0.16 | 0 | 0.04 | 0.33 | 167.14 | 0.14 | 0.62 |
| Hex | 8F | AB | A5 | 10 | 0 | 4 | 21 | A7 | E | 3E |
| Octal | 217 | 253 | 245 | 20 | 0 | 4 | 41 | 247 | 16 | 76 |
| Binary | 10001111 | 10101011 | 10100101 | 10000 | 0 | 100 | 100001 | 10100111 | 1110 | 111110 |
Color Harmonies of #8FABA5
Complementary color
Monochromatic Colors of #8FABA5
Black with #8FABA5
Text Example
Text Example
White with #8FABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FABA5; }
p { color: rgb(143,171,165); }
H1.HeaderClassName
{
color: #8FABA5;
}
.AnyTagClassName
{
color: #8FABA5;
}
</style>
background-color css
<style>
a { background-color: #8FABA5; }
a { background-color: rgb(143,171,165); }
div.DivClassName
{
background-color: #8FABA5;
}
.BgClassName
{
background-color: #8FABA5;
}
</style>
border-color css
<style>
span { border-color: #8FABA5; }
span { border-color: rgb(143,171,165); }
td.TdClassName
{
border-color: #8FABA5;
}
.TagClassName
{
border-color: #8FABA5;
}
</style>