Shades of Riptide #86DCC5
Tints of Riptide #86DCC5
RGB
CMYK
RGB Variations
Color information
#86DCC5 (or 0x86DCC5) is known color: Riptide. HEX triplet: 86, DC and C5. RGB value is (134,220,197). Sum of RGB (Red+Green+Blue) = 134+220+197=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #86DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86DCC5 is #79233A. Grayscale: #BFBFBF. Windows color (decimal): -7938875 or 12967046. OLE color: 12967046.
HSL color Cylindrical-coordinate representation of color #86DCC5: hue angle of 163.95º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DCC5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 197 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.14 |
| HSL | 163.95º | 0.55% | 0.69% | - |
| HSV(B) | 163.95º | 0.39% | 0.86% | - |
| XYZ | 45.5 | 60.29 | 62.06 | - |
| YUV | 191.66 | 131.01 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 197 | 0.39 | 0 | 0.10 | 0.14 | 163.95 | 0.55 | 0.69 |
| Hex | 86 | DC | C5 | 27 | 0 | A | E | A4 | 37 | 45 |
| Octal | 206 | 334 | 305 | 47 | 0 | 12 | 16 | 244 | 67 | 105 |
| Binary | 10000110 | 11011100 | 11000101 | 100111 | 0 | 1010 | 1110 | 10100100 | 110111 | 1000101 |
Color Harmonies of #86DCC5
Complementary color
Monochromatic Colors of #86DCC5
Black with #86DCC5
Text Example
Text Example
White with #86DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DCC5; }
p { color: rgb(134,220,197); }
H1.HeaderClassName
{
color: #86DCC5;
}
.AnyTagClassName
{
color: #86DCC5;
}
</style>
background-color css
<style>
a { background-color: #86DCC5; }
a { background-color: rgb(134,220,197); }
div.DivClassName
{
background-color: #86DCC5;
}
.BgClassName
{
background-color: #86DCC5;
}
</style>
border-color css
<style>
span { border-color: #86DCC5; }
span { border-color: rgb(134,220,197); }
td.TdClassName
{
border-color: #86DCC5;
}
.TagClassName
{
border-color: #86DCC5;
}
</style>