Shades of Sea Nymph #8FB8AD
Tints of Sea Nymph #8FB8AD
RGB
CMYK
RGB Variations
Color information
#8FB8AD (or 0x8FB8AD) is known color: Sea Nymph. HEX triplet: 8F, B8 and AD. RGB value is (143,184,173). Sum of RGB (Red+Green+Blue) = 143+184+173=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB8AD is #704752. Grayscale: #AAAAAA. Windows color (decimal): -7358291 or 11384975. OLE color: 11384975.
HSL color Cylindrical-coordinate representation of color #8FB8AD: hue angle of 163.9º 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 #8FB8AD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 173 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.28 |
| HSL | 163.9º | 0.22% | 0.64% | - |
| HSV(B) | 163.9º | 0.22% | 0.72% | - |
| XYZ | 36.01 | 43.14 | 45.96 | - |
| YUV | 170.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 173 | 0.22 | 0 | 0.06 | 0.28 | 163.9 | 0.22 | 0.64 |
| Hex | 8F | B8 | AD | 16 | 0 | 6 | 1C | A4 | 16 | 40 |
| Octal | 217 | 270 | 255 | 26 | 0 | 6 | 34 | 244 | 26 | 100 |
| Binary | 10001111 | 10111000 | 10101101 | 10110 | 0 | 110 | 11100 | 10100100 | 10110 | 1000000 |
Color Harmonies of #8FB8AD
Complementary color
Monochromatic Colors of #8FB8AD
Black with #8FB8AD
Text Example
Text Example
White with #8FB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB8AD; }
p { color: rgb(143,184,173); }
H1.HeaderClassName
{
color: #8FB8AD;
}
.AnyTagClassName
{
color: #8FB8AD;
}
</style>
background-color css
<style>
a { background-color: #8FB8AD; }
a { background-color: rgb(143,184,173); }
div.DivClassName
{
background-color: #8FB8AD;
}
.BgClassName
{
background-color: #8FB8AD;
}
</style>
border-color css
<style>
span { border-color: #8FB8AD; }
span { border-color: rgb(143,184,173); }
td.TdClassName
{
border-color: #8FB8AD;
}
.TagClassName
{
border-color: #8FB8AD;
}
</style>