Shades of Sea Nymph #8DB8AC
Tints of Sea Nymph #8DB8AC
RGB
CMYK
RGB Variations
Color information
#8DB8AC (or 0x8DB8AC) is known color: Sea Nymph. HEX triplet: 8D, B8 and AC. RGB value is (141,184,172). Sum of RGB (Red+Green+Blue) = 141+184+172=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8AC is #724753. Grayscale: #A9A9A9. Windows color (decimal): -7489364 or 11319437. OLE color: 11319437.
HSL color Cylindrical-coordinate representation of color #8DB8AC: hue angle of 163.26º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB8AC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 172 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.28 |
| HSL | 163.26º | 0.23% | 0.64% | - |
| HSV(B) | 163.26º | 0.23% | 0.72% | - |
| XYZ | 35.57 | 42.92 | 45.44 | - |
| YUV | 169.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 172 | 0.23 | 0 | 0.07 | 0.28 | 163.26 | 0.23 | 0.64 |
| Hex | 8D | B8 | AC | 17 | 0 | 7 | 1C | A3 | 17 | 40 |
| Octal | 215 | 270 | 254 | 27 | 0 | 7 | 34 | 243 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10101100 | 10111 | 0 | 111 | 11100 | 10100011 | 10111 | 1000000 |
Color Harmonies of #8DB8AC
Complementary color
Monochromatic Colors of #8DB8AC
Black with #8DB8AC
Text Example
Text Example
White with #8DB8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB8AC; }
p { color: rgb(141,184,172); }
H1.HeaderClassName
{
color: #8DB8AC;
}
.AnyTagClassName
{
color: #8DB8AC;
}
</style>
background-color css
<style>
a { background-color: #8DB8AC; }
a { background-color: rgb(141,184,172); }
div.DivClassName
{
background-color: #8DB8AC;
}
.BgClassName
{
background-color: #8DB8AC;
}
</style>
border-color css
<style>
span { border-color: #8DB8AC; }
span { border-color: rgb(141,184,172); }
td.TdClassName
{
border-color: #8DB8AC;
}
.TagClassName
{
border-color: #8DB8AC;
}
</style>