Shades of Riptide #8DECDC
Tints of Riptide #8DECDC
RGB
CMYK
RGB Variations
Color information
#8DECDC (or 0x8DECDC) is known color: Riptide. HEX triplet: 8D, EC and DC. RGB value is (141,236,220). Sum of RGB (Red+Green+Blue) = 141+236+220=597 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.62% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECDC is #721323. Grayscale: #CDCDCD. Windows color (decimal): -7476004 or 14478477. OLE color: 14478477.
HSL color Cylindrical-coordinate representation of color #8DECDC: hue angle of 169.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DECDC is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 220 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.07 |
| HSL | 169.89º | 0.71% | 0.74% | - |
| HSV(B) | 169.89º | 0.4% | 0.93% | - |
| XYZ | 53.9 | 70.82 | 78.54 | - |
| YUV | 205.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 220 | 0.40 | 0 | 0.07 | 0.07 | 169.89 | 0.71 | 0.74 |
| Hex | 8D | EC | DC | 28 | 0 | 7 | 7 | AA | 47 | 4A |
| Octal | 215 | 354 | 334 | 50 | 0 | 7 | 7 | 252 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11011100 | 101000 | 0 | 111 | 111 | 10101010 | 1000111 | 1001010 |
Color Harmonies of #8DECDC
Complementary color
Monochromatic Colors of #8DECDC
Black with #8DECDC
Text Example
Text Example
White with #8DECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECDC; }
p { color: rgb(141,236,220); }
H1.HeaderClassName
{
color: #8DECDC;
}
.AnyTagClassName
{
color: #8DECDC;
}
</style>
background-color css
<style>
a { background-color: #8DECDC; }
a { background-color: rgb(141,236,220); }
div.DivClassName
{
background-color: #8DECDC;
}
.BgClassName
{
background-color: #8DECDC;
}
</style>
border-color css
<style>
span { border-color: #8DECDC; }
span { border-color: rgb(141,236,220); }
td.TdClassName
{
border-color: #8DECDC;
}
.TagClassName
{
border-color: #8DECDC;
}
</style>