Shades of Riptide #8DDFCD
Tints of Riptide #8DDFCD
RGB
CMYK
RGB Variations
Color information
#8DDFCD (or 0x8DDFCD) is known color: Riptide. HEX triplet: 8D, DF and CD. RGB value is (141,223,205). Sum of RGB (Red+Green+Blue) = 141+223+205=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDFCD is #722032. Grayscale: #C4C4C4. Windows color (decimal): -7479347 or 13492109. OLE color: 13492109.
HSL color Cylindrical-coordinate representation of color #8DDFCD: hue angle of 166.83º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DDFCD is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 205 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.13 |
| HSL | 166.83º | 0.56% | 0.71% | - |
| HSV(B) | 166.83º | 0.37% | 0.87% | - |
| XYZ | 48.39 | 62.85 | 67.34 | - |
| YUV | 196.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 205 | 0.37 | 0 | 0.08 | 0.13 | 166.83 | 0.56 | 0.71 |
| Hex | 8D | DF | CD | 25 | 0 | 8 | D | A7 | 38 | 47 |
| Octal | 215 | 337 | 315 | 45 | 0 | 10 | 15 | 247 | 70 | 107 |
| Binary | 10001101 | 11011111 | 11001101 | 100101 | 0 | 1000 | 1101 | 10100111 | 111000 | 1000111 |
Color Harmonies of #8DDFCD
Complementary color
Monochromatic Colors of #8DDFCD
Black with #8DDFCD
Text Example
Text Example
White with #8DDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFCD; }
p { color: rgb(141,223,205); }
H1.HeaderClassName
{
color: #8DDFCD;
}
.AnyTagClassName
{
color: #8DDFCD;
}
</style>
background-color css
<style>
a { background-color: #8DDFCD; }
a { background-color: rgb(141,223,205); }
div.DivClassName
{
background-color: #8DDFCD;
}
.BgClassName
{
background-color: #8DDFCD;
}
</style>
border-color css
<style>
span { border-color: #8DDFCD; }
span { border-color: rgb(141,223,205); }
td.TdClassName
{
border-color: #8DDFCD;
}
.TagClassName
{
border-color: #8DDFCD;
}
</style>