Shades of Riptide #8EDEC6
Tints of Riptide #8EDEC6
RGB
CMYK
RGB Variations
Color information
#8EDEC6 (or 0x8EDEC6) is known color: Riptide. HEX triplet: 8E, DE and C6. RGB value is (142,222,198). Sum of RGB (Red+Green+Blue) = 142+222+198=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEC6 is #712139. Grayscale: #C3C3C3. Windows color (decimal): -7414074 or 13033102. OLE color: 13033102.
HSL color Cylindrical-coordinate representation of color #8EDEC6: hue angle of 162º degrees, saturation: 0.55, 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 #8EDEC6 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 198 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.13 |
| HSL | 162º | 0.55% | 0.71% | - |
| HSV(B) | 162º | 0.36% | 0.87% | - |
| XYZ | 47.47 | 62.07 | 62.9 | - |
| YUV | 195.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 198 | 0.36 | 0 | 0.11 | 0.13 | 162 | 0.55 | 0.71 |
| Hex | 8E | DE | C6 | 24 | 0 | B | D | A2 | 37 | 47 |
| Octal | 216 | 336 | 306 | 44 | 0 | 13 | 15 | 242 | 67 | 107 |
| Binary | 10001110 | 11011110 | 11000110 | 100100 | 0 | 1011 | 1101 | 10100010 | 110111 | 1000111 |
Color Harmonies of #8EDEC6
Complementary color
Monochromatic Colors of #8EDEC6
Black with #8EDEC6
Text Example
Text Example
White with #8EDEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEC6; }
p { color: rgb(142,222,198); }
H1.HeaderClassName
{
color: #8EDEC6;
}
.AnyTagClassName
{
color: #8EDEC6;
}
</style>
background-color css
<style>
a { background-color: #8EDEC6; }
a { background-color: rgb(142,222,198); }
div.DivClassName
{
background-color: #8EDEC6;
}
.BgClassName
{
background-color: #8EDEC6;
}
</style>
border-color css
<style>
span { border-color: #8EDEC6; }
span { border-color: rgb(142,222,198); }
td.TdClassName
{
border-color: #8EDEC6;
}
.TagClassName
{
border-color: #8EDEC6;
}
</style>