Shades of Sea Nymph #8DBBAD
Tints of Sea Nymph #8DBBAD
RGB
CMYK
RGB Variations
Color information
#8DBBAD (or 0x8DBBAD) is known color: Sea Nymph. HEX triplet: 8D, BB and AD. RGB value is (141,187,173). Sum of RGB (Red+Green+Blue) = 141+187+173=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBAD is #724452. Grayscale: #ABABAB. Windows color (decimal): -7488595 or 11385741. OLE color: 11385741.
HSL color Cylindrical-coordinate representation of color #8DBBAD: hue angle of 161.74º 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 #8DBBAD is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 173 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.27 |
| HSL | 161.74º | 0.25% | 0.64% | - |
| HSV(B) | 161.74º | 0.25% | 0.73% | - |
| XYZ | 36.3 | 44.22 | 46.16 | - |
| YUV | 171.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 173 | 0.25 | 0 | 0.07 | 0.27 | 161.74 | 0.25 | 0.64 |
| Hex | 8D | BB | AD | 19 | 0 | 7 | 1B | A2 | 19 | 40 |
| Octal | 215 | 273 | 255 | 31 | 0 | 7 | 33 | 242 | 31 | 100 |
| Binary | 10001101 | 10111011 | 10101101 | 11001 | 0 | 111 | 11011 | 10100010 | 11001 | 1000000 |
Color Harmonies of #8DBBAD
Complementary color
Monochromatic Colors of #8DBBAD
Black with #8DBBAD
Text Example
Text Example
White with #8DBBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBBAD; }
p { color: rgb(141,187,173); }
H1.HeaderClassName
{
color: #8DBBAD;
}
.AnyTagClassName
{
color: #8DBBAD;
}
</style>
background-color css
<style>
a { background-color: #8DBBAD; }
a { background-color: rgb(141,187,173); }
div.DivClassName
{
background-color: #8DBBAD;
}
.BgClassName
{
background-color: #8DBBAD;
}
</style>
border-color css
<style>
span { border-color: #8DBBAD; }
span { border-color: rgb(141,187,173); }
td.TdClassName
{
border-color: #8DBBAD;
}
.TagClassName
{
border-color: #8DBBAD;
}
</style>