Shades of Riptide #8EE8CA
Tints of Riptide #8EE8CA
RGB
CMYK
RGB Variations
Color information
#8EE8CA (or 0x8EE8CA) is known color: Riptide. HEX triplet: 8E, E8 and CA. RGB value is (142,232,202). Sum of RGB (Red+Green+Blue) = 142+232+202=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EE8CA is #711735. Grayscale: #C9C9C9. Windows color (decimal): -7411510 or 13297806. OLE color: 13297806.
HSL color Cylindrical-coordinate representation of color #8EE8CA: hue angle of 160º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE8CA is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 202 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.09 |
| HSL | 160º | 0.66% | 0.73% | - |
| HSV(B) | 160º | 0.39% | 0.91% | - |
| XYZ | 50.67 | 67.73 | 66.28 | - |
| YUV | 201.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 202 | 0.39 | 0 | 0.13 | 0.09 | 160 | 0.66 | 0.73 |
| Hex | 8E | E8 | CA | 27 | 0 | D | 9 | A0 | 42 | 49 |
| Octal | 216 | 350 | 312 | 47 | 0 | 15 | 11 | 240 | 102 | 111 |
| Binary | 10001110 | 11101000 | 11001010 | 100111 | 0 | 1101 | 1001 | 10100000 | 1000010 | 1001001 |
Color Harmonies of #8EE8CA
Complementary color
Monochromatic Colors of #8EE8CA
Black with #8EE8CA
Text Example
Text Example
White with #8EE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE8CA; }
p { color: rgb(142,232,202); }
H1.HeaderClassName
{
color: #8EE8CA;
}
.AnyTagClassName
{
color: #8EE8CA;
}
</style>
background-color css
<style>
a { background-color: #8EE8CA; }
a { background-color: rgb(142,232,202); }
div.DivClassName
{
background-color: #8EE8CA;
}
.BgClassName
{
background-color: #8EE8CA;
}
</style>
border-color css
<style>
span { border-color: #8EE8CA; }
span { border-color: rgb(142,232,202); }
td.TdClassName
{
border-color: #8EE8CA;
}
.TagClassName
{
border-color: #8EE8CA;
}
</style>