Shades of Riptide #84DDD6
Tints of Riptide #84DDD6
RGB
CMYK
RGB Variations
Color information
#84DDD6 (or 0x84DDD6) is known color: Riptide. HEX triplet: 84, DD and D6. RGB value is (132,221,214). Sum of RGB (Red+Green+Blue) = 132+221+214=567 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.28% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDD6 is #7B2229. Grayscale: #C1C1C1. Windows color (decimal): -8069674 or 14081412. OLE color: 14081412.
HSL color Cylindrical-coordinate representation of color #84DDD6: hue angle of 175.28º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDD6 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 214 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.13 |
| HSL | 175.28º | 0.57% | 0.69% | - |
| HSV(B) | 175.28º | 0.4% | 0.87% | - |
| XYZ | 47.51 | 61.47 | 72.98 | - |
| YUV | 193.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 214 | 0.40 | 0 | 0.03 | 0.13 | 175.28 | 0.57 | 0.69 |
| Hex | 84 | DD | D6 | 28 | 0 | 3 | D | AF | 39 | 45 |
| Octal | 204 | 335 | 326 | 50 | 0 | 3 | 15 | 257 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11010110 | 101000 | 0 | 11 | 1101 | 10101111 | 111001 | 1000101 |
Color Harmonies of #84DDD6
Complementary color
Monochromatic Colors of #84DDD6
Black with #84DDD6
Text Example
Text Example
White with #84DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDD6; }
p { color: rgb(132,221,214); }
H1.HeaderClassName
{
color: #84DDD6;
}
.AnyTagClassName
{
color: #84DDD6;
}
</style>
background-color css
<style>
a { background-color: #84DDD6; }
a { background-color: rgb(132,221,214); }
div.DivClassName
{
background-color: #84DDD6;
}
.BgClassName
{
background-color: #84DDD6;
}
</style>
border-color css
<style>
span { border-color: #84DDD6; }
span { border-color: rgb(132,221,214); }
td.TdClassName
{
border-color: #84DDD6;
}
.TagClassName
{
border-color: #84DDD6;
}
</style>