Shades of Riptide #84DBC6
Tints of Riptide #84DBC6
RGB
CMYK
RGB Variations
Color information
#84DBC6 (or 0x84DBC6) is known color: Riptide. HEX triplet: 84, DB and C6. RGB value is (132,219,198). Sum of RGB (Red+Green+Blue) = 132+219+198=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBC6 is #7B2439. Grayscale: #BEBEBE. Windows color (decimal): -8070202 or 13032324. OLE color: 13032324.
HSL color Cylindrical-coordinate representation of color #84DBC6: hue angle of 165.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBC6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 198 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.14 |
| HSL | 165.52º | 0.55% | 0.69% | - |
| HSV(B) | 165.52º | 0.4% | 0.86% | - |
| XYZ | 45.04 | 59.65 | 62.57 | - |
| YUV | 190.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 198 | 0.40 | 0 | 0.10 | 0.14 | 165.52 | 0.55 | 0.69 |
| Hex | 84 | DB | C6 | 28 | 0 | A | E | A6 | 37 | 45 |
| Octal | 204 | 333 | 306 | 50 | 0 | 12 | 16 | 246 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11000110 | 101000 | 0 | 1010 | 1110 | 10100110 | 110111 | 1000101 |
Color Harmonies of #84DBC6
Complementary color
Monochromatic Colors of #84DBC6
Black with #84DBC6
Text Example
Text Example
White with #84DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBC6; }
p { color: rgb(132,219,198); }
H1.HeaderClassName
{
color: #84DBC6;
}
.AnyTagClassName
{
color: #84DBC6;
}
</style>
background-color css
<style>
a { background-color: #84DBC6; }
a { background-color: rgb(132,219,198); }
div.DivClassName
{
background-color: #84DBC6;
}
.BgClassName
{
background-color: #84DBC6;
}
</style>
border-color css
<style>
span { border-color: #84DBC6; }
span { border-color: rgb(132,219,198); }
td.TdClassName
{
border-color: #84DBC6;
}
.TagClassName
{
border-color: #84DBC6;
}
</style>