Shades of Riptide #8ED8C7
Tints of Riptide #8ED8C7
RGB
CMYK
RGB Variations
Color information
#8ED8C7 (or 0x8ED8C7) is known color: Riptide. HEX triplet: 8E, D8 and C7. RGB value is (142,216,199). Sum of RGB (Red+Green+Blue) = 142+216+199=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED8C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED8C7 is #712738. Grayscale: #BFBFBF. Windows color (decimal): -7415609 or 13097102. OLE color: 13097102.
HSL color Cylindrical-coordinate representation of color #8ED8C7: hue angle of 166.22º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED8C7 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 199 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.15 |
| HSL | 166.22º | 0.49% | 0.7% | - |
| HSV(B) | 166.22º | 0.34% | 0.85% | - |
| XYZ | 46.02 | 58.99 | 62.99 | - |
| YUV | 191.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 199 | 0.34 | 0 | 0.08 | 0.15 | 166.22 | 0.49 | 0.7 |
| Hex | 8E | D8 | C7 | 22 | 0 | 8 | F | A6 | 31 | 46 |
| Octal | 216 | 330 | 307 | 42 | 0 | 10 | 17 | 246 | 61 | 106 |
| Binary | 10001110 | 11011000 | 11000111 | 100010 | 0 | 1000 | 1111 | 10100110 | 110001 | 1000110 |
Color Harmonies of #8ED8C7
Complementary color
Monochromatic Colors of #8ED8C7
Black with #8ED8C7
Text Example
Text Example
White with #8ED8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED8C7; }
p { color: rgb(142,216,199); }
H1.HeaderClassName
{
color: #8ED8C7;
}
.AnyTagClassName
{
color: #8ED8C7;
}
</style>
background-color css
<style>
a { background-color: #8ED8C7; }
a { background-color: rgb(142,216,199); }
div.DivClassName
{
background-color: #8ED8C7;
}
.BgClassName
{
background-color: #8ED8C7;
}
</style>
border-color css
<style>
span { border-color: #8ED8C7; }
span { border-color: rgb(142,216,199); }
td.TdClassName
{
border-color: #8ED8C7;
}
.TagClassName
{
border-color: #8ED8C7;
}
</style>