Shades of Riptide #8DECD5
Tints of Riptide #8DECD5
RGB
CMYK
RGB Variations
Color information
#8DECD5 (or 0x8DECD5) is known color: Riptide. HEX triplet: 8D, EC and D5. RGB value is (141,236,213). Sum of RGB (Red+Green+Blue) = 141+236+213=590 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.90% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #8DECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DECD5 is #72132A. Grayscale: #CCCCCC. Windows color (decimal): -7476011 or 14019725. OLE color: 14019725.
HSL color Cylindrical-coordinate representation of color #8DECD5: hue angle of 165.47º 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 #8DECD5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 236 | 213 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.07 |
| HSL | 165.47º | 0.71% | 0.74% | - |
| HSV(B) | 165.47º | 0.4% | 0.93% | - |
| XYZ | 52.99 | 70.46 | 73.76 | - |
| YUV | 204.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 236 | 213 | 0.40 | 0 | 0.10 | 0.07 | 165.47 | 0.71 | 0.74 |
| Hex | 8D | EC | D5 | 28 | 0 | A | 7 | A5 | 47 | 4A |
| Octal | 215 | 354 | 325 | 50 | 0 | 12 | 7 | 245 | 107 | 112 |
| Binary | 10001101 | 11101100 | 11010101 | 101000 | 0 | 1010 | 111 | 10100101 | 1000111 | 1001010 |
Color Harmonies of #8DECD5
Complementary color
Monochromatic Colors of #8DECD5
Black with #8DECD5
Text Example
Text Example
White with #8DECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DECD5; }
p { color: rgb(141,236,213); }
H1.HeaderClassName
{
color: #8DECD5;
}
.AnyTagClassName
{
color: #8DECD5;
}
</style>
background-color css
<style>
a { background-color: #8DECD5; }
a { background-color: rgb(141,236,213); }
div.DivClassName
{
background-color: #8DECD5;
}
.BgClassName
{
background-color: #8DECD5;
}
</style>
border-color css
<style>
span { border-color: #8DECD5; }
span { border-color: rgb(141,236,213); }
td.TdClassName
{
border-color: #8DECD5;
}
.TagClassName
{
border-color: #8DECD5;
}
</style>