Shades of Sea Nymph #8DAEA4
Tints of Sea Nymph #8DAEA4
RGB
CMYK
RGB Variations
Color information
#8DAEA4 (or 0x8DAEA4) is known color: Sea Nymph. HEX triplet: 8D, AE and A4. RGB value is (141,174,164). Sum of RGB (Red+Green+Blue) = 141+174+164=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEA4 is #72515B. Grayscale: #A2A2A2. Windows color (decimal): -7491932 or 10792589. OLE color: 10792589.
HSL color Cylindrical-coordinate representation of color #8DAEA4: hue angle of 161.82º 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 #8DAEA4 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 164 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.32 |
| HSL | 161.82º | 0.17% | 0.62% | - |
| HSV(B) | 161.82º | 0.19% | 0.68% | - |
| XYZ | 32.82 | 38.62 | 40.85 | - |
| YUV | 162.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 164 | 0.19 | 0 | 0.06 | 0.32 | 161.82 | 0.17 | 0.62 |
| Hex | 8D | AE | A4 | 13 | 0 | 6 | 20 | A2 | 11 | 3E |
| Octal | 215 | 256 | 244 | 23 | 0 | 6 | 40 | 242 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10100100 | 10011 | 0 | 110 | 100000 | 10100010 | 10001 | 111110 |
Color Harmonies of #8DAEA4
Complementary color
Monochromatic Colors of #8DAEA4
Black with #8DAEA4
Text Example
Text Example
White with #8DAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEA4; }
p { color: rgb(141,174,164); }
H1.HeaderClassName
{
color: #8DAEA4;
}
.AnyTagClassName
{
color: #8DAEA4;
}
</style>
background-color css
<style>
a { background-color: #8DAEA4; }
a { background-color: rgb(141,174,164); }
div.DivClassName
{
background-color: #8DAEA4;
}
.BgClassName
{
background-color: #8DAEA4;
}
</style>
border-color css
<style>
span { border-color: #8DAEA4; }
span { border-color: rgb(141,174,164); }
td.TdClassName
{
border-color: #8DAEA4;
}
.TagClassName
{
border-color: #8DAEA4;
}
</style>