Shades of Riptide #8EE9CE
Tints of Riptide #8EE9CE
RGB
CMYK
RGB Variations
Color information
#8EE9CE (or 0x8EE9CE) is known color: Riptide. HEX triplet: 8E, E9 and CE. RGB value is (142,233,206). Sum of RGB (Red+Green+Blue) = 142+233+206=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE9CE is #711631. Grayscale: #CACACA. Windows color (decimal): -7411250 or 13560206. OLE color: 13560206.
HSL color Cylindrical-coordinate representation of color #8EE9CE: hue angle of 162.2º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9CE is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 233 | 206 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.09 |
| HSL | 162.2º | 0.67% | 0.74% | - |
| HSV(B) | 162.2º | 0.39% | 0.91% | - |
| XYZ | 51.43 | 68.48 | 68.9 | - |
| YUV | 202.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 233 | 206 | 0.39 | 0 | 0.12 | 0.09 | 162.2 | 0.67 | 0.74 |
| Hex | 8E | E9 | CE | 27 | 0 | C | 9 | A2 | 43 | 4A |
| Octal | 216 | 351 | 316 | 47 | 0 | 14 | 11 | 242 | 103 | 112 |
| Binary | 10001110 | 11101001 | 11001110 | 100111 | 0 | 1100 | 1001 | 10100010 | 1000011 | 1001010 |
Color Harmonies of #8EE9CE
Complementary color
Monochromatic Colors of #8EE9CE
Black with #8EE9CE
Text Example
Text Example
White with #8EE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE9CE; }
p { color: rgb(142,233,206); }
H1.HeaderClassName
{
color: #8EE9CE;
}
.AnyTagClassName
{
color: #8EE9CE;
}
</style>
background-color css
<style>
a { background-color: #8EE9CE; }
a { background-color: rgb(142,233,206); }
div.DivClassName
{
background-color: #8EE9CE;
}
.BgClassName
{
background-color: #8EE9CE;
}
</style>
border-color css
<style>
span { border-color: #8EE9CE; }
span { border-color: rgb(142,233,206); }
td.TdClassName
{
border-color: #8EE9CE;
}
.TagClassName
{
border-color: #8EE9CE;
}
</style>