Shades of Riptide #8EEBE1
Tints of Riptide #8EEBE1
RGB
CMYK
RGB Variations
Color information
#8EEBE1 (or 0x8EEBE1) is known color: Riptide. HEX triplet: 8E, EB and E1. RGB value is (142,235,225). Sum of RGB (Red+Green+Blue) = 142+235+225=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #8EEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEBE1 is #71141E. Grayscale: #CECECE. Windows color (decimal): -7410719 or 14805902. OLE color: 14805902.
HSL color Cylindrical-coordinate representation of color #8EEBE1: hue angle of 173.55º 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 #8EEBE1 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 235 | 225 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.08 |
| HSL | 173.55º | 0.7% | 0.74% | - |
| HSV(B) | 173.55º | 0.4% | 0.92% | - |
| XYZ | 54.45 | 70.6 | 81.99 | - |
| YUV | 206.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 235 | 225 | 0.40 | 0 | 0.04 | 0.08 | 173.55 | 0.7 | 0.74 |
| Hex | 8E | EB | E1 | 28 | 0 | 4 | 8 | AE | 46 | 4A |
| Octal | 216 | 353 | 341 | 50 | 0 | 4 | 10 | 256 | 106 | 112 |
| Binary | 10001110 | 11101011 | 11100001 | 101000 | 0 | 100 | 1000 | 10101110 | 1000110 | 1001010 |
Color Harmonies of #8EEBE1
Complementary color
Monochromatic Colors of #8EEBE1
Black with #8EEBE1
Text Example
Text Example
White with #8EEBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEBE1; }
p { color: rgb(142,235,225); }
H1.HeaderClassName
{
color: #8EEBE1;
}
.AnyTagClassName
{
color: #8EEBE1;
}
</style>
background-color css
<style>
a { background-color: #8EEBE1; }
a { background-color: rgb(142,235,225); }
div.DivClassName
{
background-color: #8EEBE1;
}
.BgClassName
{
background-color: #8EEBE1;
}
</style>
border-color css
<style>
span { border-color: #8EEBE1; }
span { border-color: rgb(142,235,225); }
td.TdClassName
{
border-color: #8EEBE1;
}
.TagClassName
{
border-color: #8EEBE1;
}
</style>