Shades of Riptide #8DD9D4
Tints of Riptide #8DD9D4
RGB
CMYK
RGB Variations
Color information
#8DD9D4 (or 0x8DD9D4) is known color: Riptide. HEX triplet: 8D, D9 and D4. RGB value is (141,217,212). Sum of RGB (Red+Green+Blue) = 141+217+212=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DD9D4 is #72262B. Grayscale: #C1C1C1. Windows color (decimal): -7480876 or 13949325. OLE color: 13949325.
HSL color Cylindrical-coordinate representation of color #8DD9D4: hue angle of 176.05º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD9D4 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 217 | 212 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.15 |
| HSL | 176.05º | 0.5% | 0.7% | - |
| HSV(B) | 176.05º | 0.35% | 0.85% | - |
| XYZ | 47.68 | 60.04 | 71.36 | - |
| YUV | 193.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 217 | 212 | 0.35 | 0 | 0.02 | 0.15 | 176.05 | 0.5 | 0.7 |
| Hex | 8D | D9 | D4 | 23 | 0 | 2 | F | B0 | 32 | 46 |
| Octal | 215 | 331 | 324 | 43 | 0 | 2 | 17 | 260 | 62 | 106 |
| Binary | 10001101 | 11011001 | 11010100 | 100011 | 0 | 10 | 1111 | 10110000 | 110010 | 1000110 |
Color Harmonies of #8DD9D4
Complementary color
Monochromatic Colors of #8DD9D4
Black with #8DD9D4
Text Example
Text Example
White with #8DD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD9D4; }
p { color: rgb(141,217,212); }
H1.HeaderClassName
{
color: #8DD9D4;
}
.AnyTagClassName
{
color: #8DD9D4;
}
</style>
background-color css
<style>
a { background-color: #8DD9D4; }
a { background-color: rgb(141,217,212); }
div.DivClassName
{
background-color: #8DD9D4;
}
.BgClassName
{
background-color: #8DD9D4;
}
</style>
border-color css
<style>
span { border-color: #8DD9D4; }
span { border-color: rgb(141,217,212); }
td.TdClassName
{
border-color: #8DD9D4;
}
.TagClassName
{
border-color: #8DD9D4;
}
</style>