Shades of Sea Nymph #8FB6AD
Tints of Sea Nymph #8FB6AD
RGB
CMYK
RGB Variations
Color information
#8FB6AD (or 0x8FB6AD) is known color: Sea Nymph. HEX triplet: 8F, B6 and AD. RGB value is (143,182,173). Sum of RGB (Red+Green+Blue) = 143+182+173=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB6AD is #704952. Grayscale: #A9A9A9. Windows color (decimal): -7358803 or 11384463. OLE color: 11384463.
HSL color Cylindrical-coordinate representation of color #8FB6AD: hue angle of 166.15º degrees, saturation: 0.21, 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 #8FB6AD is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 173 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.29 |
| HSL | 166.15º | 0.21% | 0.64% | - |
| HSV(B) | 166.15º | 0.21% | 0.71% | - |
| XYZ | 35.6 | 42.31 | 45.83 | - |
| YUV | 169.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 173 | 0.21 | 0 | 0.05 | 0.29 | 166.15 | 0.21 | 0.64 |
| Hex | 8F | B6 | AD | 15 | 0 | 5 | 1D | A6 | 15 | 40 |
| Octal | 217 | 266 | 255 | 25 | 0 | 5 | 35 | 246 | 25 | 100 |
| Binary | 10001111 | 10110110 | 10101101 | 10101 | 0 | 101 | 11101 | 10100110 | 10101 | 1000000 |
Color Harmonies of #8FB6AD
Complementary color
Monochromatic Colors of #8FB6AD
Black with #8FB6AD
Text Example
Text Example
White with #8FB6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB6AD; }
p { color: rgb(143,182,173); }
H1.HeaderClassName
{
color: #8FB6AD;
}
.AnyTagClassName
{
color: #8FB6AD;
}
</style>
background-color css
<style>
a { background-color: #8FB6AD; }
a { background-color: rgb(143,182,173); }
div.DivClassName
{
background-color: #8FB6AD;
}
.BgClassName
{
background-color: #8FB6AD;
}
</style>
border-color css
<style>
span { border-color: #8FB6AD; }
span { border-color: rgb(143,182,173); }
td.TdClassName
{
border-color: #8FB6AD;
}
.TagClassName
{
border-color: #8FB6AD;
}
</style>