Shades of Riptide #8DDDC6
Tints of Riptide #8DDDC6
RGB
CMYK
RGB Variations
Color information
#8DDDC6 (or 0x8DDDC6) is known color: Riptide. HEX triplet: 8D, DD and C6. RGB value is (141,221,198). Sum of RGB (Red+Green+Blue) = 141+221+198=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDC6 is #722239. Grayscale: #C2C2C2. Windows color (decimal): -7479866 or 13032845. OLE color: 13032845.
HSL color Cylindrical-coordinate representation of color #8DDDC6: hue angle of 162.75º 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 #8DDDC6 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 198 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.13 |
| HSL | 162.75º | 0.54% | 0.71% | - |
| HSV(B) | 162.75º | 0.36% | 0.87% | - |
| XYZ | 47.03 | 61.45 | 62.81 | - |
| YUV | 194.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 198 | 0.36 | 0 | 0.10 | 0.13 | 162.75 | 0.54 | 0.71 |
| Hex | 8D | DD | C6 | 24 | 0 | A | D | A3 | 36 | 47 |
| Octal | 215 | 335 | 306 | 44 | 0 | 12 | 15 | 243 | 66 | 107 |
| Binary | 10001101 | 11011101 | 11000110 | 100100 | 0 | 1010 | 1101 | 10100011 | 110110 | 1000111 |
Color Harmonies of #8DDDC6
Complementary color
Monochromatic Colors of #8DDDC6
Black with #8DDDC6
Text Example
Text Example
White with #8DDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDC6; }
p { color: rgb(141,221,198); }
H1.HeaderClassName
{
color: #8DDDC6;
}
.AnyTagClassName
{
color: #8DDDC6;
}
</style>
background-color css
<style>
a { background-color: #8DDDC6; }
a { background-color: rgb(141,221,198); }
div.DivClassName
{
background-color: #8DDDC6;
}
.BgClassName
{
background-color: #8DDDC6;
}
</style>
border-color css
<style>
span { border-color: #8DDDC6; }
span { border-color: rgb(141,221,198); }
td.TdClassName
{
border-color: #8DDDC6;
}
.TagClassName
{
border-color: #8DDDC6;
}
</style>