Shades of Sea Nymph #8DAEA5
Tints of Sea Nymph #8DAEA5
RGB
CMYK
RGB Variations
Color information
#8DAEA5 (or 0x8DAEA5) is known color: Sea Nymph. HEX triplet: 8D, AE and A5. RGB value is (141,174,165). Sum of RGB (Red+Green+Blue) = 141+174+165=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEA5 is #72515A. Grayscale: #A3A3A3. Windows color (decimal): -7491931 or 10858125. OLE color: 10858125.
HSL color Cylindrical-coordinate representation of color #8DAEA5: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAEA5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 165 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.32 |
| HSL | 163.64º | 0.17% | 0.62% | - |
| HSV(B) | 163.64º | 0.19% | 0.68% | - |
| XYZ | 32.91 | 38.65 | 41.32 | - |
| YUV | 163.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 165 | 0.19 | 0 | 0.05 | 0.32 | 163.64 | 0.17 | 0.62 |
| Hex | 8D | AE | A5 | 13 | 0 | 5 | 20 | A4 | 11 | 3E |
| Octal | 215 | 256 | 245 | 23 | 0 | 5 | 40 | 244 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10100101 | 10011 | 0 | 101 | 100000 | 10100100 | 10001 | 111110 |
Color Harmonies of #8DAEA5
Complementary color
Monochromatic Colors of #8DAEA5
Black with #8DAEA5
Text Example
Text Example
White with #8DAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEA5; }
p { color: rgb(141,174,165); }
H1.HeaderClassName
{
color: #8DAEA5;
}
.AnyTagClassName
{
color: #8DAEA5;
}
</style>
background-color css
<style>
a { background-color: #8DAEA5; }
a { background-color: rgb(141,174,165); }
div.DivClassName
{
background-color: #8DAEA5;
}
.BgClassName
{
background-color: #8DAEA5;
}
</style>
border-color css
<style>
span { border-color: #8DAEA5; }
span { border-color: rgb(141,174,165); }
td.TdClassName
{
border-color: #8DAEA5;
}
.TagClassName
{
border-color: #8DAEA5;
}
</style>