Shades of Riptide #84DDCD
Tints of Riptide #84DDCD
RGB
CMYK
RGB Variations
Color information
#84DDCD (or 0x84DDCD) is known color: Riptide. HEX triplet: 84, DD and CD. RGB value is (132,221,205). Sum of RGB (Red+Green+Blue) = 132+221+205=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCD is #7B2232. Grayscale: #C0C0C0. Windows color (decimal): -8069683 or 13491588. OLE color: 13491588.
HSL color Cylindrical-coordinate representation of color #84DDCD: hue angle of 169.21º 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 #84DDCD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 205 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.13 |
| HSL | 169.21º | 0.57% | 0.69% | - |
| HSV(B) | 169.21º | 0.4% | 0.87% | - |
| XYZ | 46.39 | 61.03 | 67.09 | - |
| YUV | 192.57 | 135.01 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 205 | 0.40 | 0 | 0.07 | 0.13 | 169.21 | 0.57 | 0.69 |
| Hex | 84 | DD | CD | 28 | 0 | 7 | D | A9 | 39 | 45 |
| Octal | 204 | 335 | 315 | 50 | 0 | 7 | 15 | 251 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11001101 | 101000 | 0 | 111 | 1101 | 10101001 | 111001 | 1000101 |
Color Harmonies of #84DDCD
Complementary color
Monochromatic Colors of #84DDCD
Black with #84DDCD
Text Example
Text Example
White with #84DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDCD; }
p { color: rgb(132,221,205); }
H1.HeaderClassName
{
color: #84DDCD;
}
.AnyTagClassName
{
color: #84DDCD;
}
</style>
background-color css
<style>
a { background-color: #84DDCD; }
a { background-color: rgb(132,221,205); }
div.DivClassName
{
background-color: #84DDCD;
}
.BgClassName
{
background-color: #84DDCD;
}
</style>
border-color css
<style>
span { border-color: #84DDCD; }
span { border-color: rgb(132,221,205); }
td.TdClassName
{
border-color: #84DDCD;
}
.TagClassName
{
border-color: #84DDCD;
}
</style>