Shades of Sea Nymph #8DB4AC
Tints of Sea Nymph #8DB4AC
RGB
CMYK
RGB Variations
Color information
#8DB4AC (or 0x8DB4AC) is known color: Sea Nymph. HEX triplet: 8D, B4 and AC. RGB value is (141,180,172). Sum of RGB (Red+Green+Blue) = 141+180+172=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AC is #724B53. Grayscale: #A7A7A7. Windows color (decimal): -7490388 or 11318413. OLE color: 11318413.
HSL color Cylindrical-coordinate representation of color #8DB4AC: hue angle of 167.69º 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 #8DB4AC is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 172 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.29 |
| HSL | 167.69º | 0.21% | 0.63% | - |
| HSV(B) | 167.69º | 0.22% | 0.71% | - |
| XYZ | 34.75 | 41.28 | 45.17 | - |
| YUV | 167.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 172 | 0.22 | 0 | 0.04 | 0.29 | 167.69 | 0.21 | 0.63 |
| Hex | 8D | B4 | AC | 16 | 0 | 4 | 1D | A8 | 15 | 3F |
| Octal | 215 | 264 | 254 | 26 | 0 | 4 | 35 | 250 | 25 | 77 |
| Binary | 10001101 | 10110100 | 10101100 | 10110 | 0 | 100 | 11101 | 10101000 | 10101 | 111111 |
Color Harmonies of #8DB4AC
Complementary color
Monochromatic Colors of #8DB4AC
Black with #8DB4AC
Text Example
Text Example
White with #8DB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4AC; }
p { color: rgb(141,180,172); }
H1.HeaderClassName
{
color: #8DB4AC;
}
.AnyTagClassName
{
color: #8DB4AC;
}
</style>
background-color css
<style>
a { background-color: #8DB4AC; }
a { background-color: rgb(141,180,172); }
div.DivClassName
{
background-color: #8DB4AC;
}
.BgClassName
{
background-color: #8DB4AC;
}
</style>
border-color css
<style>
span { border-color: #8DB4AC; }
span { border-color: rgb(141,180,172); }
td.TdClassName
{
border-color: #8DB4AC;
}
.TagClassName
{
border-color: #8DB4AC;
}
</style>