Shades of Riptide #8EECD0
Tints of Riptide #8EECD0
RGB
CMYK
RGB Variations
Color information
#8EECD0 (or 0x8EECD0) is known color: Riptide. HEX triplet: 8E, EC and D0. RGB value is (142,236,208). Sum of RGB (Red+Green+Blue) = 142+236+208=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECD0 is #71132F. Grayscale: #CCCCCC. Windows color (decimal): -7410480 or 13692046. OLE color: 13692046.
HSL color Cylindrical-coordinate representation of color #8EECD0: hue angle of 162.13º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EECD0 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 236 | 208 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.07 |
| HSL | 162.13º | 0.71% | 0.74% | - |
| HSV(B) | 162.13º | 0.4% | 0.93% | - |
| XYZ | 52.54 | 70.3 | 70.47 | - |
| YUV | 204.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 236 | 208 | 0.40 | 0 | 0.12 | 0.07 | 162.13 | 0.71 | 0.74 |
| Hex | 8E | EC | D0 | 28 | 0 | C | 7 | A2 | 47 | 4A |
| Octal | 216 | 354 | 320 | 50 | 0 | 14 | 7 | 242 | 107 | 112 |
| Binary | 10001110 | 11101100 | 11010000 | 101000 | 0 | 1100 | 111 | 10100010 | 1000111 | 1001010 |
Color Harmonies of #8EECD0
Complementary color
Monochromatic Colors of #8EECD0
Black with #8EECD0
Text Example
Text Example
White with #8EECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EECD0; }
p { color: rgb(142,236,208); }
H1.HeaderClassName
{
color: #8EECD0;
}
.AnyTagClassName
{
color: #8EECD0;
}
</style>
background-color css
<style>
a { background-color: #8EECD0; }
a { background-color: rgb(142,236,208); }
div.DivClassName
{
background-color: #8EECD0;
}
.BgClassName
{
background-color: #8EECD0;
}
</style>
border-color css
<style>
span { border-color: #8EECD0; }
span { border-color: rgb(142,236,208); }
td.TdClassName
{
border-color: #8EECD0;
}
.TagClassName
{
border-color: #8EECD0;
}
</style>