Shades of Riptide #8DE1D9
Tints of Riptide #8DE1D9
RGB
CMYK
RGB Variations
Color information
#8DE1D9 (or 0x8DE1D9) is known color: Riptide. HEX triplet: 8D, E1 and D9. RGB value is (141,225,217). Sum of RGB (Red+Green+Blue) = 141+225+217=583 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.19% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1D9 is #721E26. Grayscale: #C6C6C6. Windows color (decimal): -7478823 or 14279053. OLE color: 14279053.
HSL color Cylindrical-coordinate representation of color #8DE1D9: hue angle of 174.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1D9 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 217 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.12 |
| HSL | 174.29º | 0.58% | 0.72% | - |
| HSV(B) | 174.29º | 0.37% | 0.88% | - |
| XYZ | 50.43 | 64.52 | 75.44 | - |
| YUV | 198.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 217 | 0.37 | 0 | 0.04 | 0.12 | 174.29 | 0.58 | 0.72 |
| Hex | 8D | E1 | D9 | 25 | 0 | 4 | C | AE | 3A | 48 |
| Octal | 215 | 341 | 331 | 45 | 0 | 4 | 14 | 256 | 72 | 110 |
| Binary | 10001101 | 11100001 | 11011001 | 100101 | 0 | 100 | 1100 | 10101110 | 111010 | 1001000 |
Color Harmonies of #8DE1D9
Complementary color
Monochromatic Colors of #8DE1D9
Black with #8DE1D9
Text Example
Text Example
White with #8DE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1D9; }
p { color: rgb(141,225,217); }
H1.HeaderClassName
{
color: #8DE1D9;
}
.AnyTagClassName
{
color: #8DE1D9;
}
</style>
background-color css
<style>
a { background-color: #8DE1D9; }
a { background-color: rgb(141,225,217); }
div.DivClassName
{
background-color: #8DE1D9;
}
.BgClassName
{
background-color: #8DE1D9;
}
</style>
border-color css
<style>
span { border-color: #8DE1D9; }
span { border-color: rgb(141,225,217); }
td.TdClassName
{
border-color: #8DE1D9;
}
.TagClassName
{
border-color: #8DE1D9;
}
</style>