Shades of Riptide #86DFC6
Tints of Riptide #86DFC6
RGB
CMYK
RGB Variations
Color information
#86DFC6 (or 0x86DFC6) is known color: Riptide. HEX triplet: 86, DF and C6. RGB value is (134,223,198). Sum of RGB (Red+Green+Blue) = 134+223+198=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #86DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DFC6 is #792039. Grayscale: #C1C1C1. Windows color (decimal): -7938106 or 13033350. OLE color: 13033350.
HSL color Cylindrical-coordinate representation of color #86DFC6: hue angle of 163.15º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DFC6 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 198 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.13 |
| HSL | 163.15º | 0.58% | 0.7% | - |
| HSV(B) | 163.15º | 0.4% | 0.87% | - |
| XYZ | 46.41 | 61.92 | 62.93 | - |
| YUV | 193.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 198 | 0.40 | 0 | 0.11 | 0.13 | 163.15 | 0.58 | 0.7 |
| Hex | 86 | DF | C6 | 28 | 0 | B | D | A3 | 3A | 46 |
| Octal | 206 | 337 | 306 | 50 | 0 | 13 | 15 | 243 | 72 | 106 |
| Binary | 10000110 | 11011111 | 11000110 | 101000 | 0 | 1011 | 1101 | 10100011 | 111010 | 1000110 |
Color Harmonies of #86DFC6
Complementary color
Monochromatic Colors of #86DFC6
Black with #86DFC6
Text Example
Text Example
White with #86DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DFC6; }
p { color: rgb(134,223,198); }
H1.HeaderClassName
{
color: #86DFC6;
}
.AnyTagClassName
{
color: #86DFC6;
}
</style>
background-color css
<style>
a { background-color: #86DFC6; }
a { background-color: rgb(134,223,198); }
div.DivClassName
{
background-color: #86DFC6;
}
.BgClassName
{
background-color: #86DFC6;
}
</style>
border-color css
<style>
span { border-color: #86DFC6; }
span { border-color: rgb(134,223,198); }
td.TdClassName
{
border-color: #86DFC6;
}
.TagClassName
{
border-color: #86DFC6;
}
</style>