Shades of Sea Nymph #8FB1A8
Tints of Sea Nymph #8FB1A8
RGB
CMYK
RGB Variations
Color information
#8FB1A8 (or 0x8FB1A8) is known color: Sea Nymph. HEX triplet: 8F, B1 and A8. RGB value is (143,177,168). Sum of RGB (Red+Green+Blue) = 143+177+168=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FB1A8 is #704E57. Grayscale: #A5A5A5. Windows color (decimal): -7360088 or 11055503. OLE color: 11055503.
HSL color Cylindrical-coordinate representation of color #8FB1A8: hue angle of 164.12º 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 #8FB1A8 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 168 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.31 |
| HSL | 164.12º | 0.18% | 0.63% | - |
| HSV(B) | 164.12º | 0.19% | 0.69% | - |
| XYZ | 34.12 | 40.11 | 42.99 | - |
| YUV | 165.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 168 | 0.19 | 0 | 0.05 | 0.31 | 164.12 | 0.18 | 0.63 |
| Hex | 8F | B1 | A8 | 13 | 0 | 5 | 1F | A4 | 12 | 3F |
| Octal | 217 | 261 | 250 | 23 | 0 | 5 | 37 | 244 | 22 | 77 |
| Binary | 10001111 | 10110001 | 10101000 | 10011 | 0 | 101 | 11111 | 10100100 | 10010 | 111111 |
Color Harmonies of #8FB1A8
Complementary color
Monochromatic Colors of #8FB1A8
Black with #8FB1A8
Text Example
Text Example
White with #8FB1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB1A8; }
p { color: rgb(143,177,168); }
H1.HeaderClassName
{
color: #8FB1A8;
}
.AnyTagClassName
{
color: #8FB1A8;
}
</style>
background-color css
<style>
a { background-color: #8FB1A8; }
a { background-color: rgb(143,177,168); }
div.DivClassName
{
background-color: #8FB1A8;
}
.BgClassName
{
background-color: #8FB1A8;
}
</style>
border-color css
<style>
span { border-color: #8FB1A8; }
span { border-color: rgb(143,177,168); }
td.TdClassName
{
border-color: #8FB1A8;
}
.TagClassName
{
border-color: #8FB1A8;
}
</style>