Shades of Sea Nymph #8DB4AB
Tints of Sea Nymph #8DB4AB
RGB
CMYK
RGB Variations
Color information
#8DB4AB (or 0x8DB4AB) is known color: Sea Nymph. HEX triplet: 8D, B4 and AB. RGB value is (141,180,171). Sum of RGB (Red+Green+Blue) = 141+180+171=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AB is #724B54. Grayscale: #A7A7A7. Windows color (decimal): -7490389 or 11252877. OLE color: 11252877.
HSL color Cylindrical-coordinate representation of color #8DB4AB: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB4AB is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 171 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.29 |
| HSL | 166.15º | 0.21% | 0.63% | - |
| HSV(B) | 166.15º | 0.22% | 0.71% | - |
| XYZ | 34.66 | 41.25 | 44.66 | - |
| YUV | 167.31 | 130.08 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 171 | 0.22 | 0 | 0.05 | 0.29 | 166.15 | 0.21 | 0.63 |
| Hex | 8D | B4 | AB | 16 | 0 | 5 | 1D | A6 | 15 | 3F |
| Octal | 215 | 264 | 253 | 26 | 0 | 5 | 35 | 246 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10101011 | 10110 | 0 | 101 | 11101 | 10100110 | 10101 | 111111 |
Color Harmonies of #8DB4AB
Complementary color
Monochromatic Colors of #8DB4AB
Black with #8DB4AB
Text Example
Text Example
White with #8DB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4AB; }
p { color: rgb(141,180,171); }
H1.HeaderClassName
{
color: #8DB4AB;
}
.AnyTagClassName
{
color: #8DB4AB;
}
</style>
background-color css
<style>
a { background-color: #8DB4AB; }
a { background-color: rgb(141,180,171); }
div.DivClassName
{
background-color: #8DB4AB;
}
.BgClassName
{
background-color: #8DB4AB;
}
</style>
border-color css
<style>
span { border-color: #8DB4AB; }
span { border-color: rgb(141,180,171); }
td.TdClassName
{
border-color: #8DB4AB;
}
.TagClassName
{
border-color: #8DB4AB;
}
</style>