Shades of Riptide #84D6D0
Tints of Riptide #84D6D0
RGB
CMYK
RGB Variations
Color information
#84D6D0 (or 0x84D6D0) is known color: Riptide. HEX triplet: 84, D6 and D0. RGB value is (132,214,208). Sum of RGB (Red+Green+Blue) = 132+214+208=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6D0 is #7B292F. Grayscale: #BCBCBC. Windows color (decimal): -8071472 or 13686404. OLE color: 13686404.
HSL color Cylindrical-coordinate representation of color #84D6D0: hue angle of 175.61º 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 #84D6D0 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 208 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.16 |
| HSL | 175.61º | 0.5% | 0.68% | - |
| HSV(B) | 175.61º | 0.38% | 0.84% | - |
| XYZ | 44.95 | 57.55 | 68.41 | - |
| YUV | 188.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 208 | 0.38 | 0 | 0.03 | 0.16 | 175.61 | 0.5 | 0.68 |
| Hex | 84 | D6 | D0 | 26 | 0 | 3 | 10 | B0 | 32 | 44 |
| Octal | 204 | 326 | 320 | 46 | 0 | 3 | 20 | 260 | 62 | 104 |
| Binary | 10000100 | 11010110 | 11010000 | 100110 | 0 | 11 | 10000 | 10110000 | 110010 | 1000100 |
Color Harmonies of #84D6D0
Complementary color
Monochromatic Colors of #84D6D0
Black with #84D6D0
Text Example
Text Example
White with #84D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6D0; }
p { color: rgb(132,214,208); }
H1.HeaderClassName
{
color: #84D6D0;
}
.AnyTagClassName
{
color: #84D6D0;
}
</style>
background-color css
<style>
a { background-color: #84D6D0; }
a { background-color: rgb(132,214,208); }
div.DivClassName
{
background-color: #84D6D0;
}
.BgClassName
{
background-color: #84D6D0;
}
</style>
border-color css
<style>
span { border-color: #84D6D0; }
span { border-color: rgb(132,214,208); }
td.TdClassName
{
border-color: #84D6D0;
}
.TagClassName
{
border-color: #84D6D0;
}
</style>