Shades of Riptide #86E7C4
Tints of Riptide #86E7C4
RGB
CMYK
RGB Variations
Color information
#86E7C4 (or 0x86E7C4) is known color: Riptide. HEX triplet: 86, E7 and C4. RGB value is (134,231,196). Sum of RGB (Red+Green+Blue) = 134+231+196=561 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.89% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #86E7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86E7C4 is #79183B. Grayscale: #C6C6C6. Windows color (decimal): -7936060 or 12904326. OLE color: 12904326.
HSL color Cylindrical-coordinate representation of color #86E7C4: hue angle of 158.35º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E7C4 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 196 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.09 |
| HSL | 158.35º | 0.67% | 0.72% | - |
| HSV(B) | 158.35º | 0.42% | 0.91% | - |
| XYZ | 48.37 | 66.21 | 62.45 | - |
| YUV | 198.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 196 | 0.42 | 0 | 0.15 | 0.09 | 158.35 | 0.67 | 0.72 |
| Hex | 86 | E7 | C4 | 2A | 0 | F | 9 | 9E | 43 | 48 |
| Octal | 206 | 347 | 304 | 52 | 0 | 17 | 11 | 236 | 103 | 110 |
| Binary | 10000110 | 11100111 | 11000100 | 101010 | 0 | 1111 | 1001 | 10011110 | 1000011 | 1001000 |
Color Harmonies of #86E7C4
Complementary color
Monochromatic Colors of #86E7C4
Black with #86E7C4
Text Example
Text Example
White with #86E7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E7C4; }
p { color: rgb(134,231,196); }
H1.HeaderClassName
{
color: #86E7C4;
}
.AnyTagClassName
{
color: #86E7C4;
}
</style>
background-color css
<style>
a { background-color: #86E7C4; }
a { background-color: rgb(134,231,196); }
div.DivClassName
{
background-color: #86E7C4;
}
.BgClassName
{
background-color: #86E7C4;
}
</style>
border-color css
<style>
span { border-color: #86E7C4; }
span { border-color: rgb(134,231,196); }
td.TdClassName
{
border-color: #86E7C4;
}
.TagClassName
{
border-color: #86E7C4;
}
</style>