Shades of Riptide #8EEBDC
Tints of Riptide #8EEBDC
RGB
CMYK
RGB Variations
Color information
#8EEBDC (or 0x8EEBDC) is known color: Riptide. HEX triplet: 8E, EB and DC. RGB value is (142,235,220). Sum of RGB (Red+Green+Blue) = 142+235+220=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBDC is #711423. Grayscale: #CDCDCD. Windows color (decimal): -7410724 or 14478222. OLE color: 14478222.
HSL color Cylindrical-coordinate representation of color #8EEBDC: hue angle of 170.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEBDC is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 220 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.08 |
| HSL | 170.32º | 0.7% | 0.74% | - |
| HSV(B) | 170.32º | 0.4% | 0.92% | - |
| XYZ | 53.78 | 70.33 | 78.45 | - |
| YUV | 205.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 220 | 0.40 | 0 | 0.06 | 0.08 | 170.32 | 0.7 | 0.74 |
| Hex | 8E | EB | DC | 28 | 0 | 6 | 8 | AA | 46 | 4A |
| Octal | 216 | 353 | 334 | 50 | 0 | 6 | 10 | 252 | 106 | 112 |
| Binary | 10001110 | 11101011 | 11011100 | 101000 | 0 | 110 | 1000 | 10101010 | 1000110 | 1001010 |
Color Harmonies of #8EEBDC
Complementary color
Monochromatic Colors of #8EEBDC
Black with #8EEBDC
Text Example
Text Example
White with #8EEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBDC; }
p { color: rgb(142,235,220); }
H1.HeaderClassName
{
color: #8EEBDC;
}
.AnyTagClassName
{
color: #8EEBDC;
}
</style>
background-color css
<style>
a { background-color: #8EEBDC; }
a { background-color: rgb(142,235,220); }
div.DivClassName
{
background-color: #8EEBDC;
}
.BgClassName
{
background-color: #8EEBDC;
}
</style>
border-color css
<style>
span { border-color: #8EEBDC; }
span { border-color: rgb(142,235,220); }
td.TdClassName
{
border-color: #8EEBDC;
}
.TagClassName
{
border-color: #8EEBDC;
}
</style>