Shades of Riptide #8EE1CF
Tints of Riptide #8EE1CF
RGB
CMYK
RGB Variations
Color information
#8EE1CF (or 0x8EE1CF) is known color: Riptide. HEX triplet: 8E, E1 and CF. RGB value is (142,225,207). Sum of RGB (Red+Green+Blue) = 142+225+207=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE1CF is #711E30. Grayscale: #C6C6C6. Windows color (decimal): -7413297 or 13623694. OLE color: 13623694.
HSL color Cylindrical-coordinate representation of color #8EE1CF: hue angle of 166.99º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1CF is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 207 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.12 |
| HSL | 166.99º | 0.58% | 0.72% | - |
| HSV(B) | 166.99º | 0.37% | 0.88% | - |
| XYZ | 49.34 | 64.11 | 68.8 | - |
| YUV | 198.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 207 | 0.37 | 0 | 0.08 | 0.12 | 166.99 | 0.58 | 0.72 |
| Hex | 8E | E1 | CF | 25 | 0 | 8 | C | A7 | 3A | 48 |
| Octal | 216 | 341 | 317 | 45 | 0 | 10 | 14 | 247 | 72 | 110 |
| Binary | 10001110 | 11100001 | 11001111 | 100101 | 0 | 1000 | 1100 | 10100111 | 111010 | 1001000 |
Color Harmonies of #8EE1CF
Complementary color
Monochromatic Colors of #8EE1CF
Black with #8EE1CF
Text Example
Text Example
White with #8EE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1CF; }
p { color: rgb(142,225,207); }
H1.HeaderClassName
{
color: #8EE1CF;
}
.AnyTagClassName
{
color: #8EE1CF;
}
</style>
background-color css
<style>
a { background-color: #8EE1CF; }
a { background-color: rgb(142,225,207); }
div.DivClassName
{
background-color: #8EE1CF;
}
.BgClassName
{
background-color: #8EE1CF;
}
</style>
border-color css
<style>
span { border-color: #8EE1CF; }
span { border-color: rgb(142,225,207); }
td.TdClassName
{
border-color: #8EE1CF;
}
.TagClassName
{
border-color: #8EE1CF;
}
</style>