Shades of Riptide #86E2DB
Tints of Riptide #86E2DB
RGB
CMYK
RGB Variations
Color information
#86E2DB (or 0x86E2DB) is known color: Riptide. HEX triplet: 86, E2 and DB. RGB value is (134,226,219). Sum of RGB (Red+Green+Blue) = 134+226+219=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #86E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86E2DB is #791D24. Grayscale: #C5C5C5. Windows color (decimal): -7937317 or 14410374. OLE color: 14410374.
HSL color Cylindrical-coordinate representation of color #86E2DB: hue angle of 175.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E2DB is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 226 | 219 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.11 |
| HSL | 175.43º | 0.61% | 0.71% | - |
| HSV(B) | 175.43º | 0.41% | 0.89% | - |
| XYZ | 49.81 | 64.58 | 76.86 | - |
| YUV | 197.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 219 | 0.41 | 0 | 0.03 | 0.11 | 175.43 | 0.61 | 0.71 |
| Hex | 86 | E2 | DB | 29 | 0 | 3 | B | AF | 3D | 47 |
| Octal | 206 | 342 | 333 | 51 | 0 | 3 | 13 | 257 | 75 | 107 |
| Binary | 10000110 | 11100010 | 11011011 | 101001 | 0 | 11 | 1011 | 10101111 | 111101 | 1000111 |
Color Harmonies of #86E2DB
Complementary color
Monochromatic Colors of #86E2DB
Black with #86E2DB
Text Example
Text Example
White with #86E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E2DB; }
p { color: rgb(134,226,219); }
H1.HeaderClassName
{
color: #86E2DB;
}
.AnyTagClassName
{
color: #86E2DB;
}
</style>
background-color css
<style>
a { background-color: #86E2DB; }
a { background-color: rgb(134,226,219); }
div.DivClassName
{
background-color: #86E2DB;
}
.BgClassName
{
background-color: #86E2DB;
}
</style>
border-color css
<style>
span { border-color: #86E2DB; }
span { border-color: rgb(134,226,219); }
td.TdClassName
{
border-color: #86E2DB;
}
.TagClassName
{
border-color: #86E2DB;
}
</style>