Shades of Riptide #8EDCC0
Tints of Riptide #8EDCC0
RGB
CMYK
RGB Variations
Color information
#8EDCC0 (or 0x8EDCC0) is known color: Riptide. HEX triplet: 8E, DC and C0. RGB value is (142,220,192). Sum of RGB (Red+Green+Blue) = 142+220+192=554 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.63% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDCC0 is #71233F. Grayscale: #C1C1C1. Windows color (decimal): -7414592 or 12639374. OLE color: 12639374.
HSL color Cylindrical-coordinate representation of color #8EDCC0: hue angle of 158.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCC0 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 220 | 192 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.14 |
| HSL | 158.46º | 0.53% | 0.71% | - |
| HSV(B) | 158.46º | 0.35% | 0.86% | - |
| XYZ | 46.26 | 60.74 | 59.16 | - |
| YUV | 193.49 | 127.16 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 220 | 192 | 0.35 | 0 | 0.13 | 0.14 | 158.46 | 0.53 | 0.71 |
| Hex | 8E | DC | C0 | 23 | 0 | D | E | 9E | 35 | 47 |
| Octal | 216 | 334 | 300 | 43 | 0 | 15 | 16 | 236 | 65 | 107 |
| Binary | 10001110 | 11011100 | 11000000 | 100011 | 0 | 1101 | 1110 | 10011110 | 110101 | 1000111 |
Color Harmonies of #8EDCC0
Complementary color
Monochromatic Colors of #8EDCC0
Black with #8EDCC0
Text Example
Text Example
White with #8EDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDCC0; }
p { color: rgb(142,220,192); }
H1.HeaderClassName
{
color: #8EDCC0;
}
.AnyTagClassName
{
color: #8EDCC0;
}
</style>
background-color css
<style>
a { background-color: #8EDCC0; }
a { background-color: rgb(142,220,192); }
div.DivClassName
{
background-color: #8EDCC0;
}
.BgClassName
{
background-color: #8EDCC0;
}
</style>
border-color css
<style>
span { border-color: #8EDCC0; }
span { border-color: rgb(142,220,192); }
td.TdClassName
{
border-color: #8EDCC0;
}
.TagClassName
{
border-color: #8EDCC0;
}
</style>