Shades of Riptide #8EE0D9
Tints of Riptide #8EE0D9
RGB
CMYK
RGB Variations
Color information
#8EE0D9 (or 0x8EE0D9) is known color: Riptide. HEX triplet: 8E, E0 and D9. RGB value is (142,224,217). Sum of RGB (Red+Green+Blue) = 142+224+217=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 224 (87.89% from 255 or 38.42% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE0D9 is #711F26. Grayscale: #C6C6C6. Windows color (decimal): -7413543 or 14278798. OLE color: 14278798.
HSL color Cylindrical-coordinate representation of color #8EE0D9: hue angle of 174.88º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0D9 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 217 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.12 |
| HSL | 174.88º | 0.57% | 0.72% | - |
| HSV(B) | 174.88º | 0.37% | 0.88% | - |
| XYZ | 50.34 | 64.07 | 75.36 | - |
| YUV | 198.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 217 | 0.37 | 0 | 0.03 | 0.12 | 174.88 | 0.57 | 0.72 |
| Hex | 8E | E0 | D9 | 25 | 0 | 3 | C | AF | 39 | 48 |
| Octal | 216 | 340 | 331 | 45 | 0 | 3 | 14 | 257 | 71 | 110 |
| Binary | 10001110 | 11100000 | 11011001 | 100101 | 0 | 11 | 1100 | 10101111 | 111001 | 1001000 |
Color Harmonies of #8EE0D9
Complementary color
Monochromatic Colors of #8EE0D9
Black with #8EE0D9
Text Example
Text Example
White with #8EE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0D9; }
p { color: rgb(142,224,217); }
H1.HeaderClassName
{
color: #8EE0D9;
}
.AnyTagClassName
{
color: #8EE0D9;
}
</style>
background-color css
<style>
a { background-color: #8EE0D9; }
a { background-color: rgb(142,224,217); }
div.DivClassName
{
background-color: #8EE0D9;
}
.BgClassName
{
background-color: #8EE0D9;
}
</style>
border-color css
<style>
span { border-color: #8EE0D9; }
span { border-color: rgb(142,224,217); }
td.TdClassName
{
border-color: #8EE0D9;
}
.TagClassName
{
border-color: #8EE0D9;
}
</style>