Shades of Riptide #8DE9DD
Tints of Riptide #8DE9DD
RGB
CMYK
RGB Variations
Color information
#8DE9DD (or 0x8DE9DD) is known color: Riptide. HEX triplet: 8D, E9 and DD. RGB value is (141,233,221). Sum of RGB (Red+Green+Blue) = 141+233+221=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE9DD is #721622. Grayscale: #CCCCCC. Windows color (decimal): -7476771 or 14543245. OLE color: 14543245.
HSL color Cylindrical-coordinate representation of color #8DE9DD: hue angle of 172.17º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE9DD is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 233 | 221 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.09 |
| HSL | 172.17º | 0.68% | 0.73% | - |
| HSV(B) | 172.17º | 0.39% | 0.91% | - |
| XYZ | 53.17 | 69.16 | 78.95 | - |
| YUV | 204.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 233 | 221 | 0.39 | 0 | 0.05 | 0.09 | 172.17 | 0.68 | 0.73 |
| Hex | 8D | E9 | DD | 27 | 0 | 5 | 9 | AC | 44 | 49 |
| Octal | 215 | 351 | 335 | 47 | 0 | 5 | 11 | 254 | 104 | 111 |
| Binary | 10001101 | 11101001 | 11011101 | 100111 | 0 | 101 | 1001 | 10101100 | 1000100 | 1001001 |
Color Harmonies of #8DE9DD
Complementary color
Monochromatic Colors of #8DE9DD
Black with #8DE9DD
Text Example
Text Example
White with #8DE9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE9DD; }
p { color: rgb(141,233,221); }
H1.HeaderClassName
{
color: #8DE9DD;
}
.AnyTagClassName
{
color: #8DE9DD;
}
</style>
background-color css
<style>
a { background-color: #8DE9DD; }
a { background-color: rgb(141,233,221); }
div.DivClassName
{
background-color: #8DE9DD;
}
.BgClassName
{
background-color: #8DE9DD;
}
</style>
border-color css
<style>
span { border-color: #8DE9DD; }
span { border-color: rgb(141,233,221); }
td.TdClassName
{
border-color: #8DE9DD;
}
.TagClassName
{
border-color: #8DE9DD;
}
</style>