Shades of Riptide #8EDDC7
Tints of Riptide #8EDDC7
RGB
CMYK
RGB Variations
Color information
#8EDDC7 (or 0x8EDDC7) is known color: Riptide. HEX triplet: 8E, DD and C7. RGB value is (142,221,199). Sum of RGB (Red+Green+Blue) = 142+221+199=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDDC7 is #712238. Grayscale: #C2C2C2. Windows color (decimal): -7414329 or 13098382. OLE color: 13098382.
HSL color Cylindrical-coordinate representation of color #8EDDC7: hue angle of 163.29º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDC7 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 221 | 199 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.13 |
| HSL | 163.29º | 0.54% | 0.71% | - |
| HSV(B) | 163.29º | 0.36% | 0.87% | - |
| XYZ | 47.32 | 61.59 | 63.43 | - |
| YUV | 194.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 221 | 199 | 0.36 | 0 | 0.10 | 0.13 | 163.29 | 0.54 | 0.71 |
| Hex | 8E | DD | C7 | 24 | 0 | A | D | A3 | 36 | 47 |
| Octal | 216 | 335 | 307 | 44 | 0 | 12 | 15 | 243 | 66 | 107 |
| Binary | 10001110 | 11011101 | 11000111 | 100100 | 0 | 1010 | 1101 | 10100011 | 110110 | 1000111 |
Color Harmonies of #8EDDC7
Complementary color
Monochromatic Colors of #8EDDC7
Black with #8EDDC7
Text Example
Text Example
White with #8EDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDDC7; }
p { color: rgb(142,221,199); }
H1.HeaderClassName
{
color: #8EDDC7;
}
.AnyTagClassName
{
color: #8EDDC7;
}
</style>
background-color css
<style>
a { background-color: #8EDDC7; }
a { background-color: rgb(142,221,199); }
div.DivClassName
{
background-color: #8EDDC7;
}
.BgClassName
{
background-color: #8EDDC7;
}
</style>
border-color css
<style>
span { border-color: #8EDDC7; }
span { border-color: rgb(142,221,199); }
td.TdClassName
{
border-color: #8EDDC7;
}
.TagClassName
{
border-color: #8EDDC7;
}
</style>