Shades of Riptide #8EE0D0
Tints of Riptide #8EE0D0
RGB
CMYK
RGB Variations
Color information
#8EE0D0 (or 0x8EE0D0) is known color: Riptide. HEX triplet: 8E, E0 and D0. RGB value is (142,224,208). Sum of RGB (Red+Green+Blue) = 142+224+208=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE0D0 is #711F2F. Grayscale: #C5C5C5. Windows color (decimal): -7413552 or 13688974. OLE color: 13688974.
HSL color Cylindrical-coordinate representation of color #8EE0D0: hue angle of 168.29º degrees, saturation: 0.57, 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 #8EE0D0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 208 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.12 |
| HSL | 168.29º | 0.57% | 0.72% | - |
| HSV(B) | 168.29º | 0.37% | 0.88% | - |
| XYZ | 49.2 | 63.62 | 69.36 | - |
| YUV | 197.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 208 | 0.37 | 0 | 0.07 | 0.12 | 168.29 | 0.57 | 0.72 |
| Hex | 8E | E0 | D0 | 25 | 0 | 7 | C | A8 | 39 | 48 |
| Octal | 216 | 340 | 320 | 45 | 0 | 7 | 14 | 250 | 71 | 110 |
| Binary | 10001110 | 11100000 | 11010000 | 100101 | 0 | 111 | 1100 | 10101000 | 111001 | 1001000 |
Color Harmonies of #8EE0D0
Complementary color
Monochromatic Colors of #8EE0D0
Black with #8EE0D0
Text Example
Text Example
White with #8EE0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE0D0; }
p { color: rgb(142,224,208); }
H1.HeaderClassName
{
color: #8EE0D0;
}
.AnyTagClassName
{
color: #8EE0D0;
}
</style>
background-color css
<style>
a { background-color: #8EE0D0; }
a { background-color: rgb(142,224,208); }
div.DivClassName
{
background-color: #8EE0D0;
}
.BgClassName
{
background-color: #8EE0D0;
}
</style>
border-color css
<style>
span { border-color: #8EE0D0; }
span { border-color: rgb(142,224,208); }
td.TdClassName
{
border-color: #8EE0D0;
}
.TagClassName
{
border-color: #8EE0D0;
}
</style>