Shades of Riptide #84D9D4
Tints of Riptide #84D9D4
RGB
CMYK
RGB Variations
Color information
#84D9D4 (or 0x84D9D4) is known color: Riptide. HEX triplet: 84, D9 and D4. RGB value is (132,217,212). Sum of RGB (Red+Green+Blue) = 132+217+212=561 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.53% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9D4 is #7B262B. Grayscale: #BEBEBE. Windows color (decimal): -8070700 or 13949316. OLE color: 13949316.
HSL color Cylindrical-coordinate representation of color #84D9D4: hue angle of 176.47º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9D4 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 212 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.15 |
| HSL | 176.47º | 0.53% | 0.68% | - |
| HSV(B) | 176.47º | 0.39% | 0.85% | - |
| XYZ | 46.21 | 59.28 | 71.29 | - |
| YUV | 191.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 212 | 0.39 | 0 | 0.02 | 0.15 | 176.47 | 0.53 | 0.68 |
| Hex | 84 | D9 | D4 | 27 | 0 | 2 | F | B0 | 35 | 44 |
| Octal | 204 | 331 | 324 | 47 | 0 | 2 | 17 | 260 | 65 | 104 |
| Binary | 10000100 | 11011001 | 11010100 | 100111 | 0 | 10 | 1111 | 10110000 | 110101 | 1000100 |
Color Harmonies of #84D9D4
Complementary color
Monochromatic Colors of #84D9D4
Black with #84D9D4
Text Example
Text Example
White with #84D9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9D4; }
p { color: rgb(132,217,212); }
H1.HeaderClassName
{
color: #84D9D4;
}
.AnyTagClassName
{
color: #84D9D4;
}
</style>
background-color css
<style>
a { background-color: #84D9D4; }
a { background-color: rgb(132,217,212); }
div.DivClassName
{
background-color: #84D9D4;
}
.BgClassName
{
background-color: #84D9D4;
}
</style>
border-color css
<style>
span { border-color: #84D9D4; }
span { border-color: rgb(132,217,212); }
td.TdClassName
{
border-color: #84D9D4;
}
.TagClassName
{
border-color: #84D9D4;
}
</style>