Shades of Sea Nymph #8FB1A9
Tints of Sea Nymph #8FB1A9
RGB
CMYK
RGB Variations
Color information
#8FB1A9 (or 0x8FB1A9) is known color: Sea Nymph. HEX triplet: 8F, B1 and A9. RGB value is (143,177,169). Sum of RGB (Red+Green+Blue) = 143+177+169=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB1A9 is #704E56. Grayscale: #A5A5A5. Windows color (decimal): -7360087 or 11121039. OLE color: 11121039.
HSL color Cylindrical-coordinate representation of color #8FB1A9: hue angle of 165.88º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FB1A9 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 169 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.31 |
| HSL | 165.88º | 0.18% | 0.63% | - |
| HSV(B) | 165.88º | 0.19% | 0.69% | - |
| XYZ | 34.21 | 40.15 | 43.48 | - |
| YUV | 165.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 169 | 0.19 | 0 | 0.05 | 0.31 | 165.88 | 0.18 | 0.63 |
| Hex | 8F | B1 | A9 | 13 | 0 | 5 | 1F | A6 | 12 | 3F |
| Octal | 217 | 261 | 251 | 23 | 0 | 5 | 37 | 246 | 22 | 77 |
| Binary | 10001111 | 10110001 | 10101001 | 10011 | 0 | 101 | 11111 | 10100110 | 10010 | 111111 |
Color Harmonies of #8FB1A9
Complementary color
Monochromatic Colors of #8FB1A9
Black with #8FB1A9
Text Example
Text Example
White with #8FB1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1A9; }
p { color: rgb(143,177,169); }
H1.HeaderClassName
{
color: #8FB1A9;
}
.AnyTagClassName
{
color: #8FB1A9;
}
</style>
background-color css
<style>
a { background-color: #8FB1A9; }
a { background-color: rgb(143,177,169); }
div.DivClassName
{
background-color: #8FB1A9;
}
.BgClassName
{
background-color: #8FB1A9;
}
</style>
border-color css
<style>
span { border-color: #8FB1A9; }
span { border-color: rgb(143,177,169); }
td.TdClassName
{
border-color: #8FB1A9;
}
.TagClassName
{
border-color: #8FB1A9;
}
</style>