Shades of Sea Nymph #8DABA8
Tints of Sea Nymph #8DABA8
RGB
CMYK
RGB Variations
Color information
#8DABA8 (or 0x8DABA8) is known color: Sea Nymph. HEX triplet: 8D, AB and A8. RGB value is (141,171,168). Sum of RGB (Red+Green+Blue) = 141+171+168=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #8DABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DABA8 is #725457. Grayscale: #A1A1A1. Windows color (decimal): -7492696 or 11053965. OLE color: 11053965.
HSL color Cylindrical-coordinate representation of color #8DABA8: hue angle of 174º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DABA8 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 168 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.33 |
| HSL | 174º | 0.15% | 0.61% | - |
| HSV(B) | 174º | 0.18% | 0.67% | - |
| XYZ | 32.62 | 37.62 | 42.59 | - |
| YUV | 161.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 168 | 0.18 | 0 | 0.02 | 0.33 | 174 | 0.15 | 0.61 |
| Hex | 8D | AB | A8 | 12 | 0 | 2 | 21 | AE | F | 3D |
| Octal | 215 | 253 | 250 | 22 | 0 | 2 | 41 | 256 | 17 | 75 |
| Binary | 10001101 | 10101011 | 10101000 | 10010 | 0 | 10 | 100001 | 10101110 | 1111 | 111101 |
Color Harmonies of #8DABA8
Complementary color
Monochromatic Colors of #8DABA8
Black with #8DABA8
Text Example
Text Example
White with #8DABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABA8; }
p { color: rgb(141,171,168); }
H1.HeaderClassName
{
color: #8DABA8;
}
.AnyTagClassName
{
color: #8DABA8;
}
</style>
background-color css
<style>
a { background-color: #8DABA8; }
a { background-color: rgb(141,171,168); }
div.DivClassName
{
background-color: #8DABA8;
}
.BgClassName
{
background-color: #8DABA8;
}
</style>
border-color css
<style>
span { border-color: #8DABA8; }
span { border-color: rgb(141,171,168); }
td.TdClassName
{
border-color: #8DABA8;
}
.TagClassName
{
border-color: #8DABA8;
}
</style>