Shades of Riptide #8DDDD8
Tints of Riptide #8DDDD8
RGB
CMYK
RGB Variations
Color information
#8DDDD8 (or 0x8DDDD8) is known color: Riptide. HEX triplet: 8D, DD and D8. RGB value is (141,221,216). Sum of RGB (Red+Green+Blue) = 141+221+216=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDD8 is #722227. Grayscale: #C4C4C4. Windows color (decimal): -7479848 or 14212493. OLE color: 14212493.
HSL color Cylindrical-coordinate representation of color #8DDDD8: hue angle of 176.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDDD8 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 216 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.13 |
| HSL | 176.25º | 0.54% | 0.71% | - |
| HSV(B) | 176.25º | 0.36% | 0.87% | - |
| XYZ | 49.24 | 62.33 | 74.4 | - |
| YUV | 196.51 | 139 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 216 | 0.36 | 0 | 0.02 | 0.13 | 176.25 | 0.54 | 0.71 |
| Hex | 8D | DD | D8 | 24 | 0 | 2 | D | B0 | 36 | 47 |
| Octal | 215 | 335 | 330 | 44 | 0 | 2 | 15 | 260 | 66 | 107 |
| Binary | 10001101 | 11011101 | 11011000 | 100100 | 0 | 10 | 1101 | 10110000 | 110110 | 1000111 |
Color Harmonies of #8DDDD8
Complementary color
Monochromatic Colors of #8DDDD8
Black with #8DDDD8
Text Example
Text Example
White with #8DDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDD8; }
p { color: rgb(141,221,216); }
H1.HeaderClassName
{
color: #8DDDD8;
}
.AnyTagClassName
{
color: #8DDDD8;
}
</style>
background-color css
<style>
a { background-color: #8DDDD8; }
a { background-color: rgb(141,221,216); }
div.DivClassName
{
background-color: #8DDDD8;
}
.BgClassName
{
background-color: #8DDDD8;
}
</style>
border-color css
<style>
span { border-color: #8DDDD8; }
span { border-color: rgb(141,221,216); }
td.TdClassName
{
border-color: #8DDDD8;
}
.TagClassName
{
border-color: #8DDDD8;
}
</style>