Shades of Riptide #84E5BE
Tints of Riptide #84E5BE
RGB
CMYK
RGB Variations
Color information
#84E5BE (or 0x84E5BE) is known color: Riptide. HEX triplet: 84, E5 and BE. RGB value is (132,229,190). Sum of RGB (Red+Green+Blue) = 132+229+190=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5BE is #7B1A41. Grayscale: #C3C3C3. Windows color (decimal): -8067650 or 12510596. OLE color: 12510596.
HSL color Cylindrical-coordinate representation of color #84E5BE: hue angle of 155.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E5BE is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 190 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.10 |
| HSL | 155.88º | 0.65% | 0.71% | - |
| HSV(B) | 155.88º | 0.42% | 0.9% | - |
| XYZ | 46.83 | 64.66 | 58.73 | - |
| YUV | 195.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 190 | 0.42 | 0 | 0.17 | 0.10 | 155.88 | 0.65 | 0.71 |
| Hex | 84 | E5 | BE | 2A | 0 | 11 | A | 9C | 41 | 47 |
| Octal | 204 | 345 | 276 | 52 | 0 | 21 | 12 | 234 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10111110 | 101010 | 0 | 10001 | 1010 | 10011100 | 1000001 | 1000111 |
Color Harmonies of #84E5BE
Complementary color
Monochromatic Colors of #84E5BE
Black with #84E5BE
Text Example
Text Example
White with #84E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5BE; }
p { color: rgb(132,229,190); }
H1.HeaderClassName
{
color: #84E5BE;
}
.AnyTagClassName
{
color: #84E5BE;
}
</style>
background-color css
<style>
a { background-color: #84E5BE; }
a { background-color: rgb(132,229,190); }
div.DivClassName
{
background-color: #84E5BE;
}
.BgClassName
{
background-color: #84E5BE;
}
</style>
border-color css
<style>
span { border-color: #84E5BE; }
span { border-color: rgb(132,229,190); }
td.TdClassName
{
border-color: #84E5BE;
}
.TagClassName
{
border-color: #84E5BE;
}
</style>