Shades of Riptide #84DDC6
Tints of Riptide #84DDC6
RGB
CMYK
RGB Variations
Color information
#84DDC6 (or 0x84DDC6) is known color: Riptide. HEX triplet: 84, DD and C6. RGB value is (132,221,198). Sum of RGB (Red+Green+Blue) = 132+221+198=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC6 is #7B2239. Grayscale: #BFBFBF. Windows color (decimal): -8069690 or 13032836. OLE color: 13032836.
HSL color Cylindrical-coordinate representation of color #84DDC6: hue angle of 164.49º 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 #84DDC6 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 198 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.13 |
| HSL | 164.49º | 0.57% | 0.69% | - |
| HSV(B) | 164.49º | 0.4% | 0.87% | - |
| XYZ | 45.57 | 60.7 | 62.74 | - |
| YUV | 191.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 198 | 0.40 | 0 | 0.10 | 0.13 | 164.49 | 0.57 | 0.69 |
| Hex | 84 | DD | C6 | 28 | 0 | A | D | A4 | 39 | 45 |
| Octal | 204 | 335 | 306 | 50 | 0 | 12 | 15 | 244 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000110 | 101000 | 0 | 1010 | 1101 | 10100100 | 111001 | 1000101 |
Color Harmonies of #84DDC6
Complementary color
Monochromatic Colors of #84DDC6
Black with #84DDC6
Text Example
Text Example
White with #84DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC6; }
p { color: rgb(132,221,198); }
H1.HeaderClassName
{
color: #84DDC6;
}
.AnyTagClassName
{
color: #84DDC6;
}
</style>
background-color css
<style>
a { background-color: #84DDC6; }
a { background-color: rgb(132,221,198); }
div.DivClassName
{
background-color: #84DDC6;
}
.BgClassName
{
background-color: #84DDC6;
}
</style>
border-color css
<style>
span { border-color: #84DDC6; }
span { border-color: rgb(132,221,198); }
td.TdClassName
{
border-color: #84DDC6;
}
.TagClassName
{
border-color: #84DDC6;
}
</style>