Shades of Riptide #84DECD
Tints of Riptide #84DECD
RGB
CMYK
RGB Variations
Color information
#84DECD (or 0x84DECD) is known color: Riptide. HEX triplet: 84, DE and CD. RGB value is (132,222,205). Sum of RGB (Red+Green+Blue) = 132+222+205=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #84DECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DECD is #7B2132. Grayscale: #C1C1C1. Windows color (decimal): -8069427 or 13491844. OLE color: 13491844.
HSL color Cylindrical-coordinate representation of color #84DECD: hue angle of 168.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DECD is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 205 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.13 |
| HSL | 168.67º | 0.58% | 0.69% | - |
| HSV(B) | 168.67º | 0.41% | 0.87% | - |
| XYZ | 46.66 | 61.56 | 67.18 | - |
| YUV | 193.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 205 | 0.41 | 0 | 0.08 | 0.13 | 168.67 | 0.58 | 0.69 |
| Hex | 84 | DE | CD | 29 | 0 | 8 | D | A9 | 3A | 45 |
| Octal | 204 | 336 | 315 | 51 | 0 | 10 | 15 | 251 | 72 | 105 |
| Binary | 10000100 | 11011110 | 11001101 | 101001 | 0 | 1000 | 1101 | 10101001 | 111010 | 1000101 |
Color Harmonies of #84DECD
Complementary color
Monochromatic Colors of #84DECD
Black with #84DECD
Text Example
Text Example
White with #84DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DECD; }
p { color: rgb(132,222,205); }
H1.HeaderClassName
{
color: #84DECD;
}
.AnyTagClassName
{
color: #84DECD;
}
</style>
background-color css
<style>
a { background-color: #84DECD; }
a { background-color: rgb(132,222,205); }
div.DivClassName
{
background-color: #84DECD;
}
.BgClassName
{
background-color: #84DECD;
}
</style>
border-color css
<style>
span { border-color: #84DECD; }
span { border-color: rgb(132,222,205); }
td.TdClassName
{
border-color: #84DECD;
}
.TagClassName
{
border-color: #84DECD;
}
</style>