Shades of Riptide #8DDDCA
Tints of Riptide #8DDDCA
RGB
CMYK
RGB Variations
Color information
#8DDDCA (or 0x8DDDCA) is known color: Riptide. HEX triplet: 8D, DD and CA. RGB value is (141,221,202). Sum of RGB (Red+Green+Blue) = 141+221+202=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDDCA is #722235. Grayscale: #C2C2C2. Windows color (decimal): -7479862 or 13294989. OLE color: 13294989.
HSL color Cylindrical-coordinate representation of color #8DDDCA: hue angle of 165.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 #8DDDCA is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 221 | 202 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.13 |
| HSL | 165.75º | 0.54% | 0.71% | - |
| HSV(B) | 165.75º | 0.36% | 0.87% | - |
| XYZ | 47.5 | 61.64 | 65.27 | - |
| YUV | 194.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 221 | 202 | 0.36 | 0 | 0.09 | 0.13 | 165.75 | 0.54 | 0.71 |
| Hex | 8D | DD | CA | 24 | 0 | 9 | D | A6 | 36 | 47 |
| Octal | 215 | 335 | 312 | 44 | 0 | 11 | 15 | 246 | 66 | 107 |
| Binary | 10001101 | 11011101 | 11001010 | 100100 | 0 | 1001 | 1101 | 10100110 | 110110 | 1000111 |
Color Harmonies of #8DDDCA
Complementary color
Monochromatic Colors of #8DDDCA
Black with #8DDDCA
Text Example
Text Example
White with #8DDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDDCA; }
p { color: rgb(141,221,202); }
H1.HeaderClassName
{
color: #8DDDCA;
}
.AnyTagClassName
{
color: #8DDDCA;
}
</style>
background-color css
<style>
a { background-color: #8DDDCA; }
a { background-color: rgb(141,221,202); }
div.DivClassName
{
background-color: #8DDDCA;
}
.BgClassName
{
background-color: #8DDDCA;
}
</style>
border-color css
<style>
span { border-color: #8DDDCA; }
span { border-color: rgb(141,221,202); }
td.TdClassName
{
border-color: #8DDDCA;
}
.TagClassName
{
border-color: #8DDDCA;
}
</style>