Shades of Riptide #84E5BD
Tints of Riptide #84E5BD
RGB
CMYK
RGB Variations
Color information
#84E5BD (or 0x84E5BD) is known color: Riptide. HEX triplet: 84, E5 and BD. RGB value is (132,229,189). Sum of RGB (Red+Green+Blue) = 132+229+189=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #84E5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E5BD is #7B1A42. Grayscale: #C3C3C3. Windows color (decimal): -8067651 or 12445060. OLE color: 12445060.
HSL color Cylindrical-coordinate representation of color #84E5BD: hue angle of 155.26º 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 #84E5BD is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 229 | 189 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.10 |
| HSL | 155.26º | 0.65% | 0.71% | - |
| HSV(B) | 155.26º | 0.42% | 0.9% | - |
| XYZ | 46.72 | 64.62 | 58.15 | - |
| YUV | 195.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 229 | 189 | 0.42 | 0 | 0.17 | 0.10 | 155.26 | 0.65 | 0.71 |
| Hex | 84 | E5 | BD | 2A | 0 | 11 | A | 9B | 41 | 47 |
| Octal | 204 | 345 | 275 | 52 | 0 | 21 | 12 | 233 | 101 | 107 |
| Binary | 10000100 | 11100101 | 10111101 | 101010 | 0 | 10001 | 1010 | 10011011 | 1000001 | 1000111 |
Color Harmonies of #84E5BD
Complementary color
Monochromatic Colors of #84E5BD
Black with #84E5BD
Text Example
Text Example
White with #84E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E5BD; }
p { color: rgb(132,229,189); }
H1.HeaderClassName
{
color: #84E5BD;
}
.AnyTagClassName
{
color: #84E5BD;
}
</style>
background-color css
<style>
a { background-color: #84E5BD; }
a { background-color: rgb(132,229,189); }
div.DivClassName
{
background-color: #84E5BD;
}
.BgClassName
{
background-color: #84E5BD;
}
</style>
border-color css
<style>
span { border-color: #84E5BD; }
span { border-color: rgb(132,229,189); }
td.TdClassName
{
border-color: #84E5BD;
}
.TagClassName
{
border-color: #84E5BD;
}
</style>