Shades of Sea Nymph #8DBAAE
Tints of Sea Nymph #8DBAAE
RGB
CMYK
RGB Variations
Color information
#8DBAAE (or 0x8DBAAE) is known color: Sea Nymph. HEX triplet: 8D, BA and AE. RGB value is (141,186,174). Sum of RGB (Red+Green+Blue) = 141+186+174=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAAE is #724551. Grayscale: #ABABAB. Windows color (decimal): -7488850 or 11451021. OLE color: 11451021.
HSL color Cylindrical-coordinate representation of color #8DBAAE: hue angle of 164º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBAAE is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 174 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.27 |
| HSL | 164º | 0.25% | 0.64% | - |
| HSV(B) | 164º | 0.24% | 0.73% | - |
| XYZ | 36.18 | 43.84 | 46.6 | - |
| YUV | 171.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 174 | 0.24 | 0 | 0.06 | 0.27 | 164 | 0.25 | 0.64 |
| Hex | 8D | BA | AE | 18 | 0 | 6 | 1B | A4 | 19 | 40 |
| Octal | 215 | 272 | 256 | 30 | 0 | 6 | 33 | 244 | 31 | 100 |
| Binary | 10001101 | 10111010 | 10101110 | 11000 | 0 | 110 | 11011 | 10100100 | 11001 | 1000000 |
Color Harmonies of #8DBAAE
Complementary color
Monochromatic Colors of #8DBAAE
Black with #8DBAAE
Text Example
Text Example
White with #8DBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAAE; }
p { color: rgb(141,186,174); }
H1.HeaderClassName
{
color: #8DBAAE;
}
.AnyTagClassName
{
color: #8DBAAE;
}
</style>
background-color css
<style>
a { background-color: #8DBAAE; }
a { background-color: rgb(141,186,174); }
div.DivClassName
{
background-color: #8DBAAE;
}
.BgClassName
{
background-color: #8DBAAE;
}
</style>
border-color css
<style>
span { border-color: #8DBAAE; }
span { border-color: rgb(141,186,174); }
td.TdClassName
{
border-color: #8DBAAE;
}
.TagClassName
{
border-color: #8DBAAE;
}
</style>