Shades of Riptide #84DDC2
Tints of Riptide #84DDC2
RGB
CMYK
RGB Variations
Color information
#84DDC2 (or 0x84DDC2) is known color: Riptide. HEX triplet: 84, DD and C2. RGB value is (132,221,194). Sum of RGB (Red+Green+Blue) = 132+221+194=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC2 is #7B223D. Grayscale: #BFBFBF. Windows color (decimal): -8069694 or 12770692. OLE color: 12770692.
HSL color Cylindrical-coordinate representation of color #84DDC2: hue angle of 161.8º 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 #84DDC2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 194 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.13 |
| HSL | 161.8º | 0.57% | 0.69% | - |
| HSV(B) | 161.8º | 0.4% | 0.87% | - |
| XYZ | 45.11 | 60.51 | 60.34 | - |
| YUV | 191.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 194 | 0.40 | 0 | 0.12 | 0.13 | 161.8 | 0.57 | 0.69 |
| Hex | 84 | DD | C2 | 28 | 0 | C | D | A2 | 39 | 45 |
| Octal | 204 | 335 | 302 | 50 | 0 | 14 | 15 | 242 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000010 | 101000 | 0 | 1100 | 1101 | 10100010 | 111001 | 1000101 |
Color Harmonies of #84DDC2
Complementary color
Monochromatic Colors of #84DDC2
Black with #84DDC2
Text Example
Text Example
White with #84DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC2; }
p { color: rgb(132,221,194); }
H1.HeaderClassName
{
color: #84DDC2;
}
.AnyTagClassName
{
color: #84DDC2;
}
</style>
background-color css
<style>
a { background-color: #84DDC2; }
a { background-color: rgb(132,221,194); }
div.DivClassName
{
background-color: #84DDC2;
}
.BgClassName
{
background-color: #84DDC2;
}
</style>
border-color css
<style>
span { border-color: #84DDC2; }
span { border-color: rgb(132,221,194); }
td.TdClassName
{
border-color: #84DDC2;
}
.TagClassName
{
border-color: #84DDC2;
}
</style>