Shades of Riptide #84DDCC
Tints of Riptide #84DDCC
RGB
CMYK
RGB Variations
Color information
#84DDCC (or 0x84DDCC) is known color: Riptide. HEX triplet: 84, DD and CC. RGB value is (132,221,204). Sum of RGB (Red+Green+Blue) = 132+221+204=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDCC is #7B2233. Grayscale: #C0C0C0. Windows color (decimal): -8069684 or 13426052. OLE color: 13426052.
HSL color Cylindrical-coordinate representation of color #84DDCC: hue angle of 168.54º 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 #84DDCC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 204 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.13 |
| HSL | 168.54º | 0.57% | 0.69% | - |
| HSV(B) | 168.54º | 0.4% | 0.87% | - |
| XYZ | 46.27 | 60.98 | 66.46 | - |
| YUV | 192.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 204 | 0.40 | 0 | 0.08 | 0.13 | 168.54 | 0.57 | 0.69 |
| Hex | 84 | DD | CC | 28 | 0 | 8 | D | A9 | 39 | 45 |
| Octal | 204 | 335 | 314 | 50 | 0 | 10 | 15 | 251 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11001100 | 101000 | 0 | 1000 | 1101 | 10101001 | 111001 | 1000101 |
Color Harmonies of #84DDCC
Complementary color
Monochromatic Colors of #84DDCC
Black with #84DDCC
Text Example
Text Example
White with #84DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDCC; }
p { color: rgb(132,221,204); }
H1.HeaderClassName
{
color: #84DDCC;
}
.AnyTagClassName
{
color: #84DDCC;
}
</style>
background-color css
<style>
a { background-color: #84DDCC; }
a { background-color: rgb(132,221,204); }
div.DivClassName
{
background-color: #84DDCC;
}
.BgClassName
{
background-color: #84DDCC;
}
</style>
border-color css
<style>
span { border-color: #84DDCC; }
span { border-color: rgb(132,221,204); }
td.TdClassName
{
border-color: #84DDCC;
}
.TagClassName
{
border-color: #84DDCC;
}
</style>