Shades of Sea Nymph #8FB7AF
Tints of Sea Nymph #8FB7AF
RGB
CMYK
RGB Variations
Color information
#8FB7AF (or 0x8FB7AF) is known color: Sea Nymph. HEX triplet: 8F, B7 and AF. RGB value is (143,183,175). Sum of RGB (Red+Green+Blue) = 143+183+175=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB7AF is #704850. Grayscale: #AAAAAA. Windows color (decimal): -7358545 or 11515791. OLE color: 11515791.
HSL color Cylindrical-coordinate representation of color #8FB7AF: hue angle of 168º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB7AF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 175 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.28 |
| HSL | 168º | 0.22% | 0.64% | - |
| HSV(B) | 168º | 0.22% | 0.72% | - |
| XYZ | 36 | 42.8 | 46.92 | - |
| YUV | 170.13 | 130.75 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 175 | 0.22 | 0 | 0.04 | 0.28 | 168 | 0.22 | 0.64 |
| Hex | 8F | B7 | AF | 16 | 0 | 4 | 1C | A8 | 16 | 40 |
| Octal | 217 | 267 | 257 | 26 | 0 | 4 | 34 | 250 | 26 | 100 |
| Binary | 10001111 | 10110111 | 10101111 | 10110 | 0 | 100 | 11100 | 10101000 | 10110 | 1000000 |
Color Harmonies of #8FB7AF
Complementary color
Monochromatic Colors of #8FB7AF
Black with #8FB7AF
Text Example
Text Example
White with #8FB7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7AF; }
p { color: rgb(143,183,175); }
H1.HeaderClassName
{
color: #8FB7AF;
}
.AnyTagClassName
{
color: #8FB7AF;
}
</style>
background-color css
<style>
a { background-color: #8FB7AF; }
a { background-color: rgb(143,183,175); }
div.DivClassName
{
background-color: #8FB7AF;
}
.BgClassName
{
background-color: #8FB7AF;
}
</style>
border-color css
<style>
span { border-color: #8FB7AF; }
span { border-color: rgb(143,183,175); }
td.TdClassName
{
border-color: #8FB7AF;
}
.TagClassName
{
border-color: #8FB7AF;
}
</style>