Shades of Riptide #84D6C9
Tints of Riptide #84D6C9
RGB
CMYK
RGB Variations
Color information
#84D6C9 (or 0x84D6C9) is known color: Riptide. HEX triplet: 84, D6 and C9. RGB value is (132,214,201). Sum of RGB (Red+Green+Blue) = 132+214+201=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6C9 is #7B2936. Grayscale: #BBBBBB. Windows color (decimal): -8071479 or 13227652. OLE color: 13227652.
HSL color Cylindrical-coordinate representation of color #84D6C9: hue angle of 170.49º 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 #84D6C9 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 201 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.16 |
| HSL | 170.49º | 0.5% | 0.68% | - |
| HSV(B) | 170.49º | 0.38% | 0.84% | - |
| XYZ | 44.1 | 57.22 | 63.98 | - |
| YUV | 188 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 201 | 0.38 | 0 | 0.06 | 0.16 | 170.49 | 0.5 | 0.68 |
| Hex | 84 | D6 | C9 | 26 | 0 | 6 | 10 | AA | 32 | 44 |
| Octal | 204 | 326 | 311 | 46 | 0 | 6 | 20 | 252 | 62 | 104 |
| Binary | 10000100 | 11010110 | 11001001 | 100110 | 0 | 110 | 10000 | 10101010 | 110010 | 1000100 |
Color Harmonies of #84D6C9
Complementary color
Monochromatic Colors of #84D6C9
Black with #84D6C9
Text Example
Text Example
White with #84D6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6C9; }
p { color: rgb(132,214,201); }
H1.HeaderClassName
{
color: #84D6C9;
}
.AnyTagClassName
{
color: #84D6C9;
}
</style>
background-color css
<style>
a { background-color: #84D6C9; }
a { background-color: rgb(132,214,201); }
div.DivClassName
{
background-color: #84D6C9;
}
.BgClassName
{
background-color: #84D6C9;
}
</style>
border-color css
<style>
span { border-color: #84D6C9; }
span { border-color: rgb(132,214,201); }
td.TdClassName
{
border-color: #84D6C9;
}
.TagClassName
{
border-color: #84D6C9;
}
</style>