Shades of Riptide #8EE4D0
Tints of Riptide #8EE4D0
RGB
CMYK
RGB Variations
Color information
#8EE4D0 (or 0x8EE4D0) is known color: Riptide. HEX triplet: 8E, E4 and D0. RGB value is (142,228,208). Sum of RGB (Red+Green+Blue) = 142+228+208=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE4D0 is #711B2F. Grayscale: #C7C7C7. Windows color (decimal): -7412528 or 13689998. OLE color: 13689998.
HSL color Cylindrical-coordinate representation of color #8EE4D0: hue angle of 166.05º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE4D0 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 208 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.11 |
| HSL | 166.05º | 0.61% | 0.73% | - |
| HSV(B) | 166.05º | 0.38% | 0.89% | - |
| XYZ | 50.28 | 65.79 | 69.72 | - |
| YUV | 200.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 208 | 0.38 | 0 | 0.09 | 0.11 | 166.05 | 0.61 | 0.73 |
| Hex | 8E | E4 | D0 | 26 | 0 | 9 | B | A6 | 3D | 49 |
| Octal | 216 | 344 | 320 | 46 | 0 | 11 | 13 | 246 | 75 | 111 |
| Binary | 10001110 | 11100100 | 11010000 | 100110 | 0 | 1001 | 1011 | 10100110 | 111101 | 1001001 |
Color Harmonies of #8EE4D0
Complementary color
Monochromatic Colors of #8EE4D0
Black with #8EE4D0
Text Example
Text Example
White with #8EE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE4D0; }
p { color: rgb(142,228,208); }
H1.HeaderClassName
{
color: #8EE4D0;
}
.AnyTagClassName
{
color: #8EE4D0;
}
</style>
background-color css
<style>
a { background-color: #8EE4D0; }
a { background-color: rgb(142,228,208); }
div.DivClassName
{
background-color: #8EE4D0;
}
.BgClassName
{
background-color: #8EE4D0;
}
</style>
border-color css
<style>
span { border-color: #8EE4D0; }
span { border-color: rgb(142,228,208); }
td.TdClassName
{
border-color: #8EE4D0;
}
.TagClassName
{
border-color: #8EE4D0;
}
</style>