Shades of Riptide #8DDECD
Tints of Riptide #8DDECD
RGB
CMYK
RGB Variations
Color information
#8DDECD (or 0x8DDECD) is known color: Riptide. HEX triplet: 8D, DE and CD. RGB value is (141,222,205). Sum of RGB (Red+Green+Blue) = 141+222+205=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DDECD is #722132. Grayscale: #C3C3C3. Windows color (decimal): -7479603 or 13491853. OLE color: 13491853.
HSL color Cylindrical-coordinate representation of color #8DDECD: hue angle of 167.41º degrees, saturation: 0.55, 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 #8DDECD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 222 | 205 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.13 |
| HSL | 167.41º | 0.55% | 0.71% | - |
| HSV(B) | 167.41º | 0.36% | 0.87% | - |
| XYZ | 48.13 | 62.31 | 67.25 | - |
| YUV | 195.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 222 | 205 | 0.36 | 0 | 0.08 | 0.13 | 167.41 | 0.55 | 0.71 |
| Hex | 8D | DE | CD | 24 | 0 | 8 | D | A7 | 37 | 47 |
| Octal | 215 | 336 | 315 | 44 | 0 | 10 | 15 | 247 | 67 | 107 |
| Binary | 10001101 | 11011110 | 11001101 | 100100 | 0 | 1000 | 1101 | 10100111 | 110111 | 1000111 |
Color Harmonies of #8DDECD
Complementary color
Monochromatic Colors of #8DDECD
Black with #8DDECD
Text Example
Text Example
White with #8DDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDECD; }
p { color: rgb(141,222,205); }
H1.HeaderClassName
{
color: #8DDECD;
}
.AnyTagClassName
{
color: #8DDECD;
}
</style>
background-color css
<style>
a { background-color: #8DDECD; }
a { background-color: rgb(141,222,205); }
div.DivClassName
{
background-color: #8DDECD;
}
.BgClassName
{
background-color: #8DDECD;
}
</style>
border-color css
<style>
span { border-color: #8DDECD; }
span { border-color: rgb(141,222,205); }
td.TdClassName
{
border-color: #8DDECD;
}
.TagClassName
{
border-color: #8DDECD;
}
</style>