Shades of Riptide #84DDCA
Tints of Riptide #84DDCA
RGB
CMYK
RGB Variations
Color information
#84DDCA (or 0x84DDCA) is known color: Riptide. HEX triplet: 84, DD and CA. RGB value is (132,221,202). Sum of RGB (Red+Green+Blue) = 132+221+202=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCA is #7B2235. Grayscale: #C0C0C0. Windows color (decimal): -8069686 or 13294980. OLE color: 13294980.
HSL color Cylindrical-coordinate representation of color #84DDCA: hue angle of 167.19º 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 #84DDCA is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 202 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.13 |
| HSL | 167.19º | 0.57% | 0.69% | - |
| HSV(B) | 167.19º | 0.4% | 0.87% | - |
| XYZ | 46.03 | 60.88 | 65.2 | - |
| YUV | 192.22 | 133.51 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 202 | 0.40 | 0 | 0.09 | 0.13 | 167.19 | 0.57 | 0.69 |
| Hex | 84 | DD | CA | 28 | 0 | 9 | D | A7 | 39 | 45 |
| Octal | 204 | 335 | 312 | 50 | 0 | 11 | 15 | 247 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11001010 | 101000 | 0 | 1001 | 1101 | 10100111 | 111001 | 1000101 |
Color Harmonies of #84DDCA
Complementary color
Monochromatic Colors of #84DDCA
Black with #84DDCA
Text Example
Text Example
White with #84DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDCA; }
p { color: rgb(132,221,202); }
H1.HeaderClassName
{
color: #84DDCA;
}
.AnyTagClassName
{
color: #84DDCA;
}
</style>
background-color css
<style>
a { background-color: #84DDCA; }
a { background-color: rgb(132,221,202); }
div.DivClassName
{
background-color: #84DDCA;
}
.BgClassName
{
background-color: #84DDCA;
}
</style>
border-color css
<style>
span { border-color: #84DDCA; }
span { border-color: rgb(132,221,202); }
td.TdClassName
{
border-color: #84DDCA;
}
.TagClassName
{
border-color: #84DDCA;
}
</style>