Shades of Sea Nymph #8DB2A6
Tints of Sea Nymph #8DB2A6
RGB
CMYK
RGB Variations
Color information
#8DB2A6 (or 0x8DB2A6) is known color: Sea Nymph. HEX triplet: 8D, B2 and A6. RGB value is (141,178,166). Sum of RGB (Red+Green+Blue) = 141+178+166=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2A6 is #724D59. Grayscale: #A5A5A5. Windows color (decimal): -7490906 or 10924685. OLE color: 10924685.
HSL color Cylindrical-coordinate representation of color #8DB2A6: hue angle of 160.54º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB2A6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 166 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.30 |
| HSL | 160.54º | 0.19% | 0.63% | - |
| HSV(B) | 160.54º | 0.21% | 0.7% | - |
| XYZ | 33.79 | 40.26 | 42.07 | - |
| YUV | 165.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 166 | 0.21 | 0 | 0.07 | 0.30 | 160.54 | 0.19 | 0.63 |
| Hex | 8D | B2 | A6 | 15 | 0 | 7 | 1E | A1 | 13 | 3F |
| Octal | 215 | 262 | 246 | 25 | 0 | 7 | 36 | 241 | 23 | 77 |
| Binary | 10001101 | 10110010 | 10100110 | 10101 | 0 | 111 | 11110 | 10100001 | 10011 | 111111 |
Color Harmonies of #8DB2A6
Complementary color
Monochromatic Colors of #8DB2A6
Black with #8DB2A6
Text Example
Text Example
White with #8DB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2A6; }
p { color: rgb(141,178,166); }
H1.HeaderClassName
{
color: #8DB2A6;
}
.AnyTagClassName
{
color: #8DB2A6;
}
</style>
background-color css
<style>
a { background-color: #8DB2A6; }
a { background-color: rgb(141,178,166); }
div.DivClassName
{
background-color: #8DB2A6;
}
.BgClassName
{
background-color: #8DB2A6;
}
</style>
border-color css
<style>
span { border-color: #8DB2A6; }
span { border-color: rgb(141,178,166); }
td.TdClassName
{
border-color: #8DB2A6;
}
.TagClassName
{
border-color: #8DB2A6;
}
</style>