Shades of Riptide #8EE6C9
Tints of Riptide #8EE6C9
RGB
CMYK
RGB Variations
Color information
#8EE6C9 (or 0x8EE6C9) is known color: Riptide. HEX triplet: 8E, E6 and C9. RGB value is (142,230,201). Sum of RGB (Red+Green+Blue) = 142+230+201=573 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.78% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE6C9 is #711936. Grayscale: #C8C8C8. Windows color (decimal): -7412023 or 13231758. OLE color: 13231758.
HSL color Cylindrical-coordinate representation of color #8EE6C9: hue angle of 160.23º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6C9 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 230 | 201 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.10 |
| HSL | 160.23º | 0.64% | 0.73% | - |
| HSV(B) | 160.23º | 0.38% | 0.9% | - |
| XYZ | 49.99 | 66.56 | 65.47 | - |
| YUV | 200.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 230 | 201 | 0.38 | 0 | 0.13 | 0.10 | 160.23 | 0.64 | 0.73 |
| Hex | 8E | E6 | C9 | 26 | 0 | D | A | A0 | 40 | 49 |
| Octal | 216 | 346 | 311 | 46 | 0 | 15 | 12 | 240 | 100 | 111 |
| Binary | 10001110 | 11100110 | 11001001 | 100110 | 0 | 1101 | 1010 | 10100000 | 1000000 | 1001001 |
Color Harmonies of #8EE6C9
Complementary color
Monochromatic Colors of #8EE6C9
Black with #8EE6C9
Text Example
Text Example
White with #8EE6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE6C9; }
p { color: rgb(142,230,201); }
H1.HeaderClassName
{
color: #8EE6C9;
}
.AnyTagClassName
{
color: #8EE6C9;
}
</style>
background-color css
<style>
a { background-color: #8EE6C9; }
a { background-color: rgb(142,230,201); }
div.DivClassName
{
background-color: #8EE6C9;
}
.BgClassName
{
background-color: #8EE6C9;
}
</style>
border-color css
<style>
span { border-color: #8EE6C9; }
span { border-color: rgb(142,230,201); }
td.TdClassName
{
border-color: #8EE6C9;
}
.TagClassName
{
border-color: #8EE6C9;
}
</style>