Shades of Riptide #8EE1DC
Tints of Riptide #8EE1DC
RGB
CMYK
RGB Variations
Color information
#8EE1DC (or 0x8EE1DC) is known color: Riptide. HEX triplet: 8E, E1 and DC. RGB value is (142,225,220). Sum of RGB (Red+Green+Blue) = 142+225+220=587 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.19% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE1DC is #711E23. Grayscale: #C7C7C7. Windows color (decimal): -7413284 or 14475662. OLE color: 14475662.
HSL color Cylindrical-coordinate representation of color #8EE1DC: hue angle of 176.39º 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 #8EE1DC is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 225 | 220 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.12 |
| HSL | 176.39º | 0.58% | 0.72% | - |
| HSV(B) | 176.39º | 0.37% | 0.88% | - |
| XYZ | 51 | 64.77 | 77.52 | - |
| YUV | 199.61 | 139.5 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 225 | 220 | 0.37 | 0 | 0.02 | 0.12 | 176.39 | 0.58 | 0.72 |
| Hex | 8E | E1 | DC | 25 | 0 | 2 | C | B0 | 3A | 48 |
| Octal | 216 | 341 | 334 | 45 | 0 | 2 | 14 | 260 | 72 | 110 |
| Binary | 10001110 | 11100001 | 11011100 | 100101 | 0 | 10 | 1100 | 10110000 | 111010 | 1001000 |
Color Harmonies of #8EE1DC
Complementary color
Monochromatic Colors of #8EE1DC
Black with #8EE1DC
Text Example
Text Example
White with #8EE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE1DC; }
p { color: rgb(142,225,220); }
H1.HeaderClassName
{
color: #8EE1DC;
}
.AnyTagClassName
{
color: #8EE1DC;
}
</style>
background-color css
<style>
a { background-color: #8EE1DC; }
a { background-color: rgb(142,225,220); }
div.DivClassName
{
background-color: #8EE1DC;
}
.BgClassName
{
background-color: #8EE1DC;
}
</style>
border-color css
<style>
span { border-color: #8EE1DC; }
span { border-color: rgb(142,225,220); }
td.TdClassName
{
border-color: #8EE1DC;
}
.TagClassName
{
border-color: #8EE1DC;
}
</style>