Shades of Riptide #84DDC7
Tints of Riptide #84DDC7
RGB
CMYK
RGB Variations
Color information
#84DDC7 (or 0x84DDC7) is known color: Riptide. HEX triplet: 84, DD and C7. RGB value is (132,221,199). Sum of RGB (Red+Green+Blue) = 132+221+199=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC7 is #7B2238. Grayscale: #BFBFBF. Windows color (decimal): -8069689 or 13098372. OLE color: 13098372.
HSL color Cylindrical-coordinate representation of color #84DDC7: hue angle of 165.17º 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 #84DDC7 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 199 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.13 |
| HSL | 165.17º | 0.57% | 0.69% | - |
| HSV(B) | 165.17º | 0.4% | 0.87% | - |
| XYZ | 45.68 | 60.74 | 63.35 | - |
| YUV | 191.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 199 | 0.40 | 0 | 0.10 | 0.13 | 165.17 | 0.57 | 0.69 |
| Hex | 84 | DD | C7 | 28 | 0 | A | D | A5 | 39 | 45 |
| Octal | 204 | 335 | 307 | 50 | 0 | 12 | 15 | 245 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000111 | 101000 | 0 | 1010 | 1101 | 10100101 | 111001 | 1000101 |
Color Harmonies of #84DDC7
Complementary color
Monochromatic Colors of #84DDC7
Black with #84DDC7
Text Example
Text Example
White with #84DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC7; }
p { color: rgb(132,221,199); }
H1.HeaderClassName
{
color: #84DDC7;
}
.AnyTagClassName
{
color: #84DDC7;
}
</style>
background-color css
<style>
a { background-color: #84DDC7; }
a { background-color: rgb(132,221,199); }
div.DivClassName
{
background-color: #84DDC7;
}
.BgClassName
{
background-color: #84DDC7;
}
</style>
border-color css
<style>
span { border-color: #84DDC7; }
span { border-color: rgb(132,221,199); }
td.TdClassName
{
border-color: #84DDC7;
}
.TagClassName
{
border-color: #84DDC7;
}
</style>