Shades of Riptide #84DDC5
Tints of Riptide #84DDC5
RGB
CMYK
RGB Variations
Color information
#84DDC5 (or 0x84DDC5) is known color: Riptide. HEX triplet: 84, DD and C5. RGB value is (132,221,197). Sum of RGB (Red+Green+Blue) = 132+221+197=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC5 is #7B223A. Grayscale: #BFBFBF. Windows color (decimal): -8069691 or 12967300. OLE color: 12967300.
HSL color Cylindrical-coordinate representation of color #84DDC5: hue angle of 163.82º 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 #84DDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 197 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.13 |
| HSL | 163.82º | 0.57% | 0.69% | - |
| HSV(B) | 163.82º | 0.4% | 0.87% | - |
| XYZ | 45.45 | 60.65 | 62.13 | - |
| YUV | 191.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 197 | 0.40 | 0 | 0.11 | 0.13 | 163.82 | 0.57 | 0.69 |
| Hex | 84 | DD | C5 | 28 | 0 | B | D | A4 | 39 | 45 |
| Octal | 204 | 335 | 305 | 50 | 0 | 13 | 15 | 244 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000101 | 101000 | 0 | 1011 | 1101 | 10100100 | 111001 | 1000101 |
Color Harmonies of #84DDC5
Complementary color
Monochromatic Colors of #84DDC5
Black with #84DDC5
Text Example
Text Example
White with #84DDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC5; }
p { color: rgb(132,221,197); }
H1.HeaderClassName
{
color: #84DDC5;
}
.AnyTagClassName
{
color: #84DDC5;
}
</style>
background-color css
<style>
a { background-color: #84DDC5; }
a { background-color: rgb(132,221,197); }
div.DivClassName
{
background-color: #84DDC5;
}
.BgClassName
{
background-color: #84DDC5;
}
</style>
border-color css
<style>
span { border-color: #84DDC5; }
span { border-color: rgb(132,221,197); }
td.TdClassName
{
border-color: #84DDC5;
}
.TagClassName
{
border-color: #84DDC5;
}
</style>