Shades of Riptide #8EE1C8
Tints of Riptide #8EE1C8
RGB
CMYK
RGB Variations
Color information
#8EE1C8 (or 0x8EE1C8) is known color: Riptide. HEX triplet: 8E, E1 and C8. RGB value is (142,225,200). Sum of RGB (Red+Green+Blue) = 142+225+200=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 225 (88.28% from 255 or 39.68% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE1C8 is #711E37. Grayscale: #C5C5C5. Windows color (decimal): -7413304 or 13164942. OLE color: 13164942.
HSL color Cylindrical-coordinate representation of color #8EE1C8: hue angle of 161.93º 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 #8EE1C8 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 200 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.12 |
| HSL | 161.93º | 0.58% | 0.72% | - |
| HSV(B) | 161.93º | 0.37% | 0.88% | - |
| XYZ | 48.51 | 63.77 | 64.4 | - |
| YUV | 197.33 | 129.5 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 200 | 0.37 | 0 | 0.11 | 0.12 | 161.93 | 0.58 | 0.72 |
| Hex | 8E | E1 | C8 | 25 | 0 | B | C | A2 | 3A | 48 |
| Octal | 216 | 341 | 310 | 45 | 0 | 13 | 14 | 242 | 72 | 110 |
| Binary | 10001110 | 11100001 | 11001000 | 100101 | 0 | 1011 | 1100 | 10100010 | 111010 | 1001000 |
Color Harmonies of #8EE1C8
Complementary color
Monochromatic Colors of #8EE1C8
Black with #8EE1C8
Text Example
Text Example
White with #8EE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1C8; }
p { color: rgb(142,225,200); }
H1.HeaderClassName
{
color: #8EE1C8;
}
.AnyTagClassName
{
color: #8EE1C8;
}
</style>
background-color css
<style>
a { background-color: #8EE1C8; }
a { background-color: rgb(142,225,200); }
div.DivClassName
{
background-color: #8EE1C8;
}
.BgClassName
{
background-color: #8EE1C8;
}
</style>
border-color css
<style>
span { border-color: #8EE1C8; }
span { border-color: rgb(142,225,200); }
td.TdClassName
{
border-color: #8EE1C8;
}
.TagClassName
{
border-color: #8EE1C8;
}
</style>