Shades of Riptide #86D7D3
Tints of Riptide #86D7D3
RGB
CMYK
RGB Variations
Color information
#86D7D3 (or 0x86D7D3) is known color: Riptide. HEX triplet: 86, D7 and D3. RGB value is (134,215,211). Sum of RGB (Red+Green+Blue) = 134+215+211=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #86D7D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86D7D3 is #79282C. Grayscale: #BEBEBE. Windows color (decimal): -7940141 or 13883270. OLE color: 13883270.
HSL color Cylindrical-coordinate representation of color #86D7D3: hue angle of 177.04º 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 #86D7D3 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 211 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.16 |
| HSL | 177.04º | 0.5% | 0.68% | - |
| HSV(B) | 177.04º | 0.38% | 0.84% | - |
| XYZ | 45.89 | 58.37 | 70.48 | - |
| YUV | 190.33 | 139.66 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 211 | 0.38 | 0 | 0.02 | 0.16 | 177.04 | 0.5 | 0.68 |
| Hex | 86 | D7 | D3 | 26 | 0 | 2 | 10 | B1 | 32 | 44 |
| Octal | 206 | 327 | 323 | 46 | 0 | 2 | 20 | 261 | 62 | 104 |
| Binary | 10000110 | 11010111 | 11010011 | 100110 | 0 | 10 | 10000 | 10110001 | 110010 | 1000100 |
Color Harmonies of #86D7D3
Complementary color
Monochromatic Colors of #86D7D3
Black with #86D7D3
Text Example
Text Example
White with #86D7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D7D3; }
p { color: rgb(134,215,211); }
H1.HeaderClassName
{
color: #86D7D3;
}
.AnyTagClassName
{
color: #86D7D3;
}
</style>
background-color css
<style>
a { background-color: #86D7D3; }
a { background-color: rgb(134,215,211); }
div.DivClassName
{
background-color: #86D7D3;
}
.BgClassName
{
background-color: #86D7D3;
}
</style>
border-color css
<style>
span { border-color: #86D7D3; }
span { border-color: rgb(134,215,211); }
td.TdClassName
{
border-color: #86D7D3;
}
.TagClassName
{
border-color: #86D7D3;
}
</style>