Shades of Riptide #8EDEBF
Tints of Riptide #8EDEBF
RGB
CMYK
RGB Variations
Color information
#8EDEBF (or 0x8EDEBF) is known color: Riptide. HEX triplet: 8E, DE and BF. RGB value is (142,222,191). Sum of RGB (Red+Green+Blue) = 142+222+191=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDEBF is #712140. Grayscale: #C2C2C2. Windows color (decimal): -7414081 or 12574350. OLE color: 12574350.
HSL color Cylindrical-coordinate representation of color #8EDEBF: hue angle of 156.75º 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 #8EDEBF is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 191 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.13 |
| HSL | 156.75º | 0.55% | 0.71% | - |
| HSV(B) | 156.75º | 0.36% | 0.87% | - |
| XYZ | 46.68 | 61.75 | 58.75 | - |
| YUV | 194.55 | 126 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 191 | 0.36 | 0 | 0.14 | 0.13 | 156.75 | 0.55 | 0.71 |
| Hex | 8E | DE | BF | 24 | 0 | E | D | 9D | 37 | 47 |
| Octal | 216 | 336 | 277 | 44 | 0 | 16 | 15 | 235 | 67 | 107 |
| Binary | 10001110 | 11011110 | 10111111 | 100100 | 0 | 1110 | 1101 | 10011101 | 110111 | 1000111 |
Color Harmonies of #8EDEBF
Complementary color
Monochromatic Colors of #8EDEBF
Black with #8EDEBF
Text Example
Text Example
White with #8EDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDEBF; }
p { color: rgb(142,222,191); }
H1.HeaderClassName
{
color: #8EDEBF;
}
.AnyTagClassName
{
color: #8EDEBF;
}
</style>
background-color css
<style>
a { background-color: #8EDEBF; }
a { background-color: rgb(142,222,191); }
div.DivClassName
{
background-color: #8EDEBF;
}
.BgClassName
{
background-color: #8EDEBF;
}
</style>
border-color css
<style>
span { border-color: #8EDEBF; }
span { border-color: rgb(142,222,191); }
td.TdClassName
{
border-color: #8EDEBF;
}
.TagClassName
{
border-color: #8EDEBF;
}
</style>