Shades of Riptide #8EECDD
Tints of Riptide #8EECDD
RGB
CMYK
RGB Variations
Color information
#8EECDD (or 0x8EECDD) is known color: Riptide. HEX triplet: 8E, EC and DD. RGB value is (142,236,221). Sum of RGB (Red+Green+Blue) = 142+236+221=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECDD is #711322. Grayscale: #CECECE. Windows color (decimal): -7410467 or 14544014. OLE color: 14544014.
HSL color Cylindrical-coordinate representation of color #8EECDD: hue angle of 170.43º 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 #8EECDD is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 221 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.07 |
| HSL | 170.43º | 0.71% | 0.74% | - |
| HSV(B) | 170.43º | 0.4% | 0.93% | - |
| XYZ | 54.2 | 70.96 | 79.25 | - |
| YUV | 206.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 221 | 0.40 | 0 | 0.06 | 0.07 | 170.43 | 0.71 | 0.74 |
| Hex | 8E | EC | DD | 28 | 0 | 6 | 7 | AA | 47 | 4A |
| Octal | 216 | 354 | 335 | 50 | 0 | 6 | 7 | 252 | 107 | 112 |
| Binary | 10001110 | 11101100 | 11011101 | 101000 | 0 | 110 | 111 | 10101010 | 1000111 | 1001010 |
Color Harmonies of #8EECDD
Complementary color
Monochromatic Colors of #8EECDD
Black with #8EECDD
Text Example
Text Example
White with #8EECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECDD; }
p { color: rgb(142,236,221); }
H1.HeaderClassName
{
color: #8EECDD;
}
.AnyTagClassName
{
color: #8EECDD;
}
</style>
background-color css
<style>
a { background-color: #8EECDD; }
a { background-color: rgb(142,236,221); }
div.DivClassName
{
background-color: #8EECDD;
}
.BgClassName
{
background-color: #8EECDD;
}
</style>
border-color css
<style>
span { border-color: #8EECDD; }
span { border-color: rgb(142,236,221); }
td.TdClassName
{
border-color: #8EECDD;
}
.TagClassName
{
border-color: #8EECDD;
}
</style>