Shades of Riptide #84E1C9
Tints of Riptide #84E1C9
RGB
CMYK
RGB Variations
Color information
#84E1C9 (or 0x84E1C9) is known color: Riptide. HEX triplet: 84, E1 and C9. RGB value is (132,225,201). Sum of RGB (Red+Green+Blue) = 132+225+201=558 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.66% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1C9 is #7B1E36. Grayscale: #C2C2C2. Windows color (decimal): -8068663 or 13230468. OLE color: 13230468.
HSL color Cylindrical-coordinate representation of color #84E1C9: hue angle of 164.52º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84E1C9 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 201 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.12 |
| HSL | 164.52º | 0.61% | 0.7% | - |
| HSV(B) | 164.52º | 0.41% | 0.88% | - |
| XYZ | 46.98 | 62.97 | 64.94 | - |
| YUV | 194.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 201 | 0.41 | 0 | 0.11 | 0.12 | 164.52 | 0.61 | 0.7 |
| Hex | 84 | E1 | C9 | 29 | 0 | B | C | A5 | 3D | 46 |
| Octal | 204 | 341 | 311 | 51 | 0 | 13 | 14 | 245 | 75 | 106 |
| Binary | 10000100 | 11100001 | 11001001 | 101001 | 0 | 1011 | 1100 | 10100101 | 111101 | 1000110 |
Color Harmonies of #84E1C9
Complementary color
Monochromatic Colors of #84E1C9
Black with #84E1C9
Text Example
Text Example
White with #84E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1C9; }
p { color: rgb(132,225,201); }
H1.HeaderClassName
{
color: #84E1C9;
}
.AnyTagClassName
{
color: #84E1C9;
}
</style>
background-color css
<style>
a { background-color: #84E1C9; }
a { background-color: rgb(132,225,201); }
div.DivClassName
{
background-color: #84E1C9;
}
.BgClassName
{
background-color: #84E1C9;
}
</style>
border-color css
<style>
span { border-color: #84E1C9; }
span { border-color: rgb(132,225,201); }
td.TdClassName
{
border-color: #84E1C9;
}
.TagClassName
{
border-color: #84E1C9;
}
</style>