Shades of Riptide #8EDABF
Tints of Riptide #8EDABF
RGB
CMYK
RGB Variations
Color information
#8EDABF (or 0x8EDABF) is known color: Riptide. HEX triplet: 8E, DA and BF. RGB value is (142,218,191). Sum of RGB (Red+Green+Blue) = 142+218+191=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDABF is #712540. Grayscale: #C0C0C0. Windows color (decimal): -7415105 or 12573326. OLE color: 12573326.
HSL color Cylindrical-coordinate representation of color #8EDABF: hue angle of 158.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDABF is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 191 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.15 |
| HSL | 158.68º | 0.51% | 0.71% | - |
| HSV(B) | 158.68º | 0.35% | 0.85% | - |
| XYZ | 45.63 | 59.66 | 58.4 | - |
| YUV | 192.2 | 127.32 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 191 | 0.35 | 0 | 0.12 | 0.15 | 158.68 | 0.51 | 0.71 |
| Hex | 8E | DA | BF | 23 | 0 | C | F | 9F | 33 | 47 |
| Octal | 216 | 332 | 277 | 43 | 0 | 14 | 17 | 237 | 63 | 107 |
| Binary | 10001110 | 11011010 | 10111111 | 100011 | 0 | 1100 | 1111 | 10011111 | 110011 | 1000111 |
Color Harmonies of #8EDABF
Complementary color
Monochromatic Colors of #8EDABF
Black with #8EDABF
Text Example
Text Example
White with #8EDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDABF; }
p { color: rgb(142,218,191); }
H1.HeaderClassName
{
color: #8EDABF;
}
.AnyTagClassName
{
color: #8EDABF;
}
</style>
background-color css
<style>
a { background-color: #8EDABF; }
a { background-color: rgb(142,218,191); }
div.DivClassName
{
background-color: #8EDABF;
}
.BgClassName
{
background-color: #8EDABF;
}
</style>
border-color css
<style>
span { border-color: #8EDABF; }
span { border-color: rgb(142,218,191); }
td.TdClassName
{
border-color: #8EDABF;
}
.TagClassName
{
border-color: #8EDABF;
}
</style>