Shades of Sea Nymph #8FB5AD
Tints of Sea Nymph #8FB5AD
RGB
CMYK
RGB Variations
Color information
#8FB5AD (or 0x8FB5AD) is known color: Sea Nymph. HEX triplet: 8F, B5 and AD. RGB value is (143,181,173). Sum of RGB (Red+Green+Blue) = 143+181+173=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB5AD is #704A52. Grayscale: #A8A8A8. Windows color (decimal): -7359059 or 11384207. OLE color: 11384207.
HSL color Cylindrical-coordinate representation of color #8FB5AD: hue angle of 167.37º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB5AD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 173 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.29 |
| HSL | 167.37º | 0.2% | 0.64% | - |
| HSV(B) | 167.37º | 0.21% | 0.71% | - |
| XYZ | 35.39 | 41.9 | 45.76 | - |
| YUV | 168.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 173 | 0.21 | 0 | 0.04 | 0.29 | 167.37 | 0.2 | 0.64 |
| Hex | 8F | B5 | AD | 15 | 0 | 4 | 1D | A7 | 14 | 40 |
| Octal | 217 | 265 | 255 | 25 | 0 | 4 | 35 | 247 | 24 | 100 |
| Binary | 10001111 | 10110101 | 10101101 | 10101 | 0 | 100 | 11101 | 10100111 | 10100 | 1000000 |
Color Harmonies of #8FB5AD
Complementary color
Monochromatic Colors of #8FB5AD
Black with #8FB5AD
Text Example
Text Example
White with #8FB5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB5AD; }
p { color: rgb(143,181,173); }
H1.HeaderClassName
{
color: #8FB5AD;
}
.AnyTagClassName
{
color: #8FB5AD;
}
</style>
background-color css
<style>
a { background-color: #8FB5AD; }
a { background-color: rgb(143,181,173); }
div.DivClassName
{
background-color: #8FB5AD;
}
.BgClassName
{
background-color: #8FB5AD;
}
</style>
border-color css
<style>
span { border-color: #8FB5AD; }
span { border-color: rgb(143,181,173); }
td.TdClassName
{
border-color: #8FB5AD;
}
.TagClassName
{
border-color: #8FB5AD;
}
</style>