Shades of Riptide #86D6D0
Tints of Riptide #86D6D0
RGB
CMYK
RGB Variations
Color information
#86D6D0 (or 0x86D6D0) is known color: Riptide. HEX triplet: 86, D6 and D0. RGB value is (134,214,208). Sum of RGB (Red+Green+Blue) = 134+214+208=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #86D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D6D0 is #79292F. Grayscale: #BDBDBD. Windows color (decimal): -7940400 or 13686406. OLE color: 13686406.
HSL color Cylindrical-coordinate representation of color #86D6D0: hue angle of 175.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D6D0 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 214 | 208 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.16 |
| HSL | 175.5º | 0.49% | 0.68% | - |
| HSV(B) | 175.5º | 0.37% | 0.84% | - |
| XYZ | 45.26 | 57.72 | 68.43 | - |
| YUV | 189.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 214 | 208 | 0.37 | 0 | 0.03 | 0.16 | 175.5 | 0.49 | 0.68 |
| Hex | 86 | D6 | D0 | 25 | 0 | 3 | 10 | B0 | 31 | 44 |
| Octal | 206 | 326 | 320 | 45 | 0 | 3 | 20 | 260 | 61 | 104 |
| Binary | 10000110 | 11010110 | 11010000 | 100101 | 0 | 11 | 10000 | 10110000 | 110001 | 1000100 |
Color Harmonies of #86D6D0
Complementary color
Monochromatic Colors of #86D6D0
Black with #86D6D0
Text Example
Text Example
White with #86D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D6D0; }
p { color: rgb(134,214,208); }
H1.HeaderClassName
{
color: #86D6D0;
}
.AnyTagClassName
{
color: #86D6D0;
}
</style>
background-color css
<style>
a { background-color: #86D6D0; }
a { background-color: rgb(134,214,208); }
div.DivClassName
{
background-color: #86D6D0;
}
.BgClassName
{
background-color: #86D6D0;
}
</style>
border-color css
<style>
span { border-color: #86D6D0; }
span { border-color: rgb(134,214,208); }
td.TdClassName
{
border-color: #86D6D0;
}
.TagClassName
{
border-color: #86D6D0;
}
</style>