Shades of Sea Nymph #8DBCAA
Tints of Sea Nymph #8DBCAA
RGB
CMYK
RGB Variations
Color information
#8DBCAA (or 0x8DBCAA) is known color: Sea Nymph. HEX triplet: 8D, BC and AA. RGB value is (141,188,170). Sum of RGB (Red+Green+Blue) = 141+188+170=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBCAA is #724355. Grayscale: #ABABAB. Windows color (decimal): -7488342 or 11189389. OLE color: 11189389.
HSL color Cylindrical-coordinate representation of color #8DBCAA: hue angle of 157.02º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBCAA is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 170 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.26 |
| HSL | 157.02º | 0.26% | 0.65% | - |
| HSV(B) | 157.02º | 0.25% | 0.74% | - |
| XYZ | 36.22 | 44.53 | 44.72 | - |
| YUV | 171.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 170 | 0.25 | 0 | 0.10 | 0.26 | 157.02 | 0.26 | 0.65 |
| Hex | 8D | BC | AA | 19 | 0 | A | 1A | 9D | 1A | 41 |
| Octal | 215 | 274 | 252 | 31 | 0 | 12 | 32 | 235 | 32 | 101 |
| Binary | 10001101 | 10111100 | 10101010 | 11001 | 0 | 1010 | 11010 | 10011101 | 11010 | 1000001 |
Color Harmonies of #8DBCAA
Complementary color
Monochromatic Colors of #8DBCAA
Black with #8DBCAA
Text Example
Text Example
White with #8DBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCAA; }
p { color: rgb(141,188,170); }
H1.HeaderClassName
{
color: #8DBCAA;
}
.AnyTagClassName
{
color: #8DBCAA;
}
</style>
background-color css
<style>
a { background-color: #8DBCAA; }
a { background-color: rgb(141,188,170); }
div.DivClassName
{
background-color: #8DBCAA;
}
.BgClassName
{
background-color: #8DBCAA;
}
</style>
border-color css
<style>
span { border-color: #8DBCAA; }
span { border-color: rgb(141,188,170); }
td.TdClassName
{
border-color: #8DBCAA;
}
.TagClassName
{
border-color: #8DBCAA;
}
</style>