Shades of Riptide #8EE4C6
Tints of Riptide #8EE4C6
RGB
CMYK
RGB Variations
Color information
#8EE4C6 (or 0x8EE4C6) is known color: Riptide. HEX triplet: 8E, E4 and C6. RGB value is (142,228,198). Sum of RGB (Red+Green+Blue) = 142+228+198=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE4C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE4C6 is #711B39. Grayscale: #C6C6C6. Windows color (decimal): -7412538 or 13034638. OLE color: 13034638.
HSL color Cylindrical-coordinate representation of color #8EE4C6: hue angle of 159.07º 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 #8EE4C6 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 142 | 228 | 198 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.11 |
| HSL | 159.07º | 0.61% | 0.73% | - |
| HSV(B) | 159.07º | 0.38% | 0.89% | - |
| XYZ | 49.09 | 65.31 | 63.45 | - |
| YUV | 198.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 228 | 198 | 0.38 | 0 | 0.13 | 0.11 | 159.07 | 0.61 | 0.73 |
| Hex | 8E | E4 | C6 | 26 | 0 | D | B | 9F | 3D | 49 |
| Octal | 216 | 344 | 306 | 46 | 0 | 15 | 13 | 237 | 75 | 111 |
| Binary | 10001110 | 11100100 | 11000110 | 100110 | 0 | 1101 | 1011 | 10011111 | 111101 | 1001001 |
Color Harmonies of #8EE4C6
Complementary color
Monochromatic Colors of #8EE4C6
Black with #8EE4C6
Text Example
Text Example
White with #8EE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE4C6; }
p { color: rgb(142,228,198); }
H1.HeaderClassName
{
color: #8EE4C6;
}
.AnyTagClassName
{
color: #8EE4C6;
}
</style>
background-color css
<style>
a { background-color: #8EE4C6; }
a { background-color: rgb(142,228,198); }
div.DivClassName
{
background-color: #8EE4C6;
}
.BgClassName
{
background-color: #8EE4C6;
}
</style>
border-color css
<style>
span { border-color: #8EE4C6; }
span { border-color: rgb(142,228,198); }
td.TdClassName
{
border-color: #8EE4C6;
}
.TagClassName
{
border-color: #8EE4C6;
}
</style>