Shades of Riptide #86D7D0
Tints of Riptide #86D7D0
RGB
CMYK
RGB Variations
Color information
#86D7D0 (or 0x86D7D0) is known color: Riptide. HEX triplet: 86, D7 and D0. RGB value is (134,215,208). Sum of RGB (Red+Green+Blue) = 134+215+208=557 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.06% from 557); Green value is 215 (84.38% from 255 or 38.60% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 215 - color contains mainly: green. Hex color #86D7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D7D0 is #79282F. Grayscale: #BDBDBD. Windows color (decimal): -7940144 or 13686662. OLE color: 13686662.
HSL color Cylindrical-coordinate representation of color #86D7D0: hue angle of 174.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D7D0 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 208 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.16 |
| HSL | 174.81º | 0.5% | 0.68% | - |
| HSV(B) | 174.81º | 0.38% | 0.84% | - |
| XYZ | 45.52 | 58.22 | 68.51 | - |
| YUV | 189.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 208 | 0.38 | 0 | 0.03 | 0.16 | 174.81 | 0.5 | 0.68 |
| Hex | 86 | D7 | D0 | 26 | 0 | 3 | 10 | AF | 32 | 44 |
| Octal | 206 | 327 | 320 | 46 | 0 | 3 | 20 | 257 | 62 | 104 |
| Binary | 10000110 | 11010111 | 11010000 | 100110 | 0 | 11 | 10000 | 10101111 | 110010 | 1000100 |
Color Harmonies of #86D7D0
Complementary color
Monochromatic Colors of #86D7D0
Black with #86D7D0
Text Example
Text Example
White with #86D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D7D0; }
p { color: rgb(134,215,208); }
H1.HeaderClassName
{
color: #86D7D0;
}
.AnyTagClassName
{
color: #86D7D0;
}
</style>
background-color css
<style>
a { background-color: #86D7D0; }
a { background-color: rgb(134,215,208); }
div.DivClassName
{
background-color: #86D7D0;
}
.BgClassName
{
background-color: #86D7D0;
}
</style>
border-color css
<style>
span { border-color: #86D7D0; }
span { border-color: rgb(134,215,208); }
td.TdClassName
{
border-color: #86D7D0;
}
.TagClassName
{
border-color: #86D7D0;
}
</style>