Shades of Riptide #8DDDBD
Tints of Riptide #8DDDBD
RGB
CMYK
RGB Variations
Color information
#8DDDBD (or 0x8DDDBD) is known color: Riptide. HEX triplet: 8D, DD and BD. RGB value is (141,221,189). Sum of RGB (Red+Green+Blue) = 141+221+189=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDBD is #722242. Grayscale: #C1C1C1. Windows color (decimal): -7479875 or 12443021. OLE color: 12443021.
HSL color Cylindrical-coordinate representation of color #8DDDBD: hue angle of 156º 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 #8DDDBD is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 189 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.13 |
| HSL | 156º | 0.54% | 0.71% | - |
| HSV(B) | 156º | 0.36% | 0.87% | - |
| XYZ | 46.03 | 61.05 | 57.5 | - |
| YUV | 193.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 189 | 0.36 | 0 | 0.14 | 0.13 | 156 | 0.54 | 0.71 |
| Hex | 8D | DD | BD | 24 | 0 | E | D | 9C | 36 | 47 |
| Octal | 215 | 335 | 275 | 44 | 0 | 16 | 15 | 234 | 66 | 107 |
| Binary | 10001101 | 11011101 | 10111101 | 100100 | 0 | 1110 | 1101 | 10011100 | 110110 | 1000111 |
Color Harmonies of #8DDDBD
Complementary color
Monochromatic Colors of #8DDDBD
Black with #8DDDBD
Text Example
Text Example
White with #8DDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDBD; }
p { color: rgb(141,221,189); }
H1.HeaderClassName
{
color: #8DDDBD;
}
.AnyTagClassName
{
color: #8DDDBD;
}
</style>
background-color css
<style>
a { background-color: #8DDDBD; }
a { background-color: rgb(141,221,189); }
div.DivClassName
{
background-color: #8DDDBD;
}
.BgClassName
{
background-color: #8DDDBD;
}
</style>
border-color css
<style>
span { border-color: #8DDDBD; }
span { border-color: rgb(141,221,189); }
td.TdClassName
{
border-color: #8DDDBD;
}
.TagClassName
{
border-color: #8DDDBD;
}
</style>