Shades of Riptide #86DDC6
Tints of Riptide #86DDC6
RGB
CMYK
RGB Variations
Color information
#86DDC6 (or 0x86DDC6) is known color: Riptide. HEX triplet: 86, DD and C6. RGB value is (134,221,198). Sum of RGB (Red+Green+Blue) = 134+221+198=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #86DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DDC6 is #792239. Grayscale: #C0C0C0. Windows color (decimal): -7938618 or 13032838. OLE color: 13032838.
HSL color Cylindrical-coordinate representation of color #86DDC6: hue angle of 164.14º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DDC6 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 198 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.13 |
| HSL | 164.14º | 0.56% | 0.7% | - |
| HSV(B) | 164.14º | 0.39% | 0.87% | - |
| XYZ | 45.88 | 60.86 | 62.75 | - |
| YUV | 192.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 198 | 0.39 | 0 | 0.10 | 0.13 | 164.14 | 0.56 | 0.7 |
| Hex | 86 | DD | C6 | 27 | 0 | A | D | A4 | 38 | 46 |
| Octal | 206 | 335 | 306 | 47 | 0 | 12 | 15 | 244 | 70 | 106 |
| Binary | 10000110 | 11011101 | 11000110 | 100111 | 0 | 1010 | 1101 | 10100100 | 111000 | 1000110 |
Color Harmonies of #86DDC6
Complementary color
Monochromatic Colors of #86DDC6
Black with #86DDC6
Text Example
Text Example
White with #86DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DDC6; }
p { color: rgb(134,221,198); }
H1.HeaderClassName
{
color: #86DDC6;
}
.AnyTagClassName
{
color: #86DDC6;
}
</style>
background-color css
<style>
a { background-color: #86DDC6; }
a { background-color: rgb(134,221,198); }
div.DivClassName
{
background-color: #86DDC6;
}
.BgClassName
{
background-color: #86DDC6;
}
</style>
border-color css
<style>
span { border-color: #86DDC6; }
span { border-color: rgb(134,221,198); }
td.TdClassName
{
border-color: #86DDC6;
}
.TagClassName
{
border-color: #86DDC6;
}
</style>