Shades of Sea Nymph #8DBBA9
Tints of Sea Nymph #8DBBA9
RGB
CMYK
RGB Variations
Color information
#8DBBA9 (or 0x8DBBA9) is known color: Sea Nymph. HEX triplet: 8D, BB and A9. RGB value is (141,187,169). Sum of RGB (Red+Green+Blue) = 141+187+169=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBA9 is #724456. Grayscale: #ABABAB. Windows color (decimal): -7488599 or 11123597. OLE color: 11123597.
HSL color Cylindrical-coordinate representation of color #8DBBA9: hue angle of 156.52º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBBA9 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 169 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.27 |
| HSL | 156.52º | 0.25% | 0.64% | - |
| HSV(B) | 156.52º | 0.25% | 0.73% | - |
| XYZ | 35.92 | 44.07 | 44.15 | - |
| YUV | 171.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 169 | 0.25 | 0 | 0.10 | 0.27 | 156.52 | 0.25 | 0.64 |
| Hex | 8D | BB | A9 | 19 | 0 | A | 1B | 9D | 19 | 40 |
| Octal | 215 | 273 | 251 | 31 | 0 | 12 | 33 | 235 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10101001 | 11001 | 0 | 1010 | 11011 | 10011101 | 11001 | 1000000 |
Color Harmonies of #8DBBA9
Complementary color
Monochromatic Colors of #8DBBA9
Black with #8DBBA9
Text Example
Text Example
White with #8DBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBA9; }
p { color: rgb(141,187,169); }
H1.HeaderClassName
{
color: #8DBBA9;
}
.AnyTagClassName
{
color: #8DBBA9;
}
</style>
background-color css
<style>
a { background-color: #8DBBA9; }
a { background-color: rgb(141,187,169); }
div.DivClassName
{
background-color: #8DBBA9;
}
.BgClassName
{
background-color: #8DBBA9;
}
</style>
border-color css
<style>
span { border-color: #8DBBA9; }
span { border-color: rgb(141,187,169); }
td.TdClassName
{
border-color: #8DBBA9;
}
.TagClassName
{
border-color: #8DBBA9;
}
</style>