Shades of Riptide #84E1BD
Tints of Riptide #84E1BD
RGB
CMYK
RGB Variations
Color information
#84E1BD (or 0x84E1BD) is known color: Riptide. HEX triplet: 84, E1 and BD. RGB value is (132,225,189). Sum of RGB (Red+Green+Blue) = 132+225+189=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1BD is #7B1E42. Grayscale: #C1C1C1. Windows color (decimal): -8068675 or 12444036. OLE color: 12444036.
HSL color Cylindrical-coordinate representation of color #84E1BD: hue angle of 156.77º 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 #84E1BD is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 189 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.12 |
| HSL | 156.77º | 0.61% | 0.7% | - |
| HSV(B) | 156.77º | 0.41% | 0.88% | - |
| XYZ | 45.63 | 62.43 | 57.79 | - |
| YUV | 193.09 | 125.69 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 189 | 0.41 | 0 | 0.16 | 0.12 | 156.77 | 0.61 | 0.7 |
| Hex | 84 | E1 | BD | 29 | 0 | 10 | C | 9D | 3D | 46 |
| Octal | 204 | 341 | 275 | 51 | 0 | 20 | 14 | 235 | 75 | 106 |
| Binary | 10000100 | 11100001 | 10111101 | 101001 | 0 | 10000 | 1100 | 10011101 | 111101 | 1000110 |
Color Harmonies of #84E1BD
Complementary color
Monochromatic Colors of #84E1BD
Black with #84E1BD
Text Example
Text Example
White with #84E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1BD; }
p { color: rgb(132,225,189); }
H1.HeaderClassName
{
color: #84E1BD;
}
.AnyTagClassName
{
color: #84E1BD;
}
</style>
background-color css
<style>
a { background-color: #84E1BD; }
a { background-color: rgb(132,225,189); }
div.DivClassName
{
background-color: #84E1BD;
}
.BgClassName
{
background-color: #84E1BD;
}
</style>
border-color css
<style>
span { border-color: #84E1BD; }
span { border-color: rgb(132,225,189); }
td.TdClassName
{
border-color: #84E1BD;
}
.TagClassName
{
border-color: #84E1BD;
}
</style>