Shades of Riptide #8DECD7
Tints of Riptide #8DECD7
RGB
CMYK
RGB Variations
Color information
#8DECD7 (or 0x8DECD7) is known color: Riptide. HEX triplet: 8D, EC and D7. RGB value is (141,236,215). Sum of RGB (Red+Green+Blue) = 141+236+215=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECD7 is #721328. Grayscale: #CDCDCD. Windows color (decimal): -7476009 or 14150797. OLE color: 14150797.
HSL color Cylindrical-coordinate representation of color #8DECD7: hue angle of 166.74º 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 #8DECD7 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 215 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.07 |
| HSL | 166.74º | 0.71% | 0.74% | - |
| HSV(B) | 166.74º | 0.4% | 0.93% | - |
| XYZ | 53.25 | 70.56 | 75.1 | - |
| YUV | 205.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 215 | 0.40 | 0 | 0.09 | 0.07 | 166.74 | 0.71 | 0.74 |
| Hex | 8D | EC | D7 | 28 | 0 | 9 | 7 | A7 | 47 | 4A |
| Octal | 215 | 354 | 327 | 50 | 0 | 11 | 7 | 247 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11010111 | 101000 | 0 | 1001 | 111 | 10100111 | 1000111 | 1001010 |
Color Harmonies of #8DECD7
Complementary color
Monochromatic Colors of #8DECD7
Black with #8DECD7
Text Example
Text Example
White with #8DECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECD7; }
p { color: rgb(141,236,215); }
H1.HeaderClassName
{
color: #8DECD7;
}
.AnyTagClassName
{
color: #8DECD7;
}
</style>
background-color css
<style>
a { background-color: #8DECD7; }
a { background-color: rgb(141,236,215); }
div.DivClassName
{
background-color: #8DECD7;
}
.BgClassName
{
background-color: #8DECD7;
}
</style>
border-color css
<style>
span { border-color: #8DECD7; }
span { border-color: rgb(141,236,215); }
td.TdClassName
{
border-color: #8DECD7;
}
.TagClassName
{
border-color: #8DECD7;
}
</style>