Shades of Riptide #84E5BB
Tints of Riptide #84E5BB
RGB
CMYK
RGB Variations
Color information
#84E5BB (or 0x84E5BB) is known color: Riptide. HEX triplet: 84, E5 and BB. RGB value is (132,229,187). Sum of RGB (Red+Green+Blue) = 132+229+187=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 229 (89.84% from 255 or 41.79% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5BB is #7B1A44. Grayscale: #C3C3C3. Windows color (decimal): -8067653 or 12313988. OLE color: 12313988.
HSL color Cylindrical-coordinate representation of color #84E5BB: hue angle of 154.02º 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 #84E5BB is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 187 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.10 |
| HSL | 154.02º | 0.65% | 0.71% | - |
| HSV(B) | 154.02º | 0.42% | 0.9% | - |
| XYZ | 46.5 | 64.53 | 57.02 | - |
| YUV | 195.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 187 | 0.42 | 0 | 0.18 | 0.10 | 154.02 | 0.65 | 0.71 |
| Hex | 84 | E5 | BB | 2A | 0 | 12 | A | 9A | 41 | 47 |
| Octal | 204 | 345 | 273 | 52 | 0 | 22 | 12 | 232 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10111011 | 101010 | 0 | 10010 | 1010 | 10011010 | 1000001 | 1000111 |
Color Harmonies of #84E5BB
Complementary color
Monochromatic Colors of #84E5BB
Black with #84E5BB
Text Example
Text Example
White with #84E5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5BB; }
p { color: rgb(132,229,187); }
H1.HeaderClassName
{
color: #84E5BB;
}
.AnyTagClassName
{
color: #84E5BB;
}
</style>
background-color css
<style>
a { background-color: #84E5BB; }
a { background-color: rgb(132,229,187); }
div.DivClassName
{
background-color: #84E5BB;
}
.BgClassName
{
background-color: #84E5BB;
}
</style>
border-color css
<style>
span { border-color: #84E5BB; }
span { border-color: rgb(132,229,187); }
td.TdClassName
{
border-color: #84E5BB;
}
.TagClassName
{
border-color: #84E5BB;
}
</style>