Shades of Riptide #84E6BE
Tints of Riptide #84E6BE
RGB
CMYK
RGB Variations
Color information
#84E6BE (or 0x84E6BE) is known color: Riptide. HEX triplet: 84, E6 and BE. RGB value is (132,230,190). Sum of RGB (Red+Green+Blue) = 132+230+190=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #84E6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E6BE is #7B1941. Grayscale: #C4C4C4. Windows color (decimal): -8067394 or 12510852. OLE color: 12510852.
HSL color Cylindrical-coordinate representation of color #84E6BE: hue angle of 155.51º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E6BE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 190 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.10 |
| HSL | 155.51º | 0.66% | 0.71% | - |
| HSV(B) | 155.51º | 0.43% | 0.9% | - |
| XYZ | 47.11 | 65.22 | 58.82 | - |
| YUV | 196.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 190 | 0.43 | 0 | 0.17 | 0.10 | 155.51 | 0.66 | 0.71 |
| Hex | 84 | E6 | BE | 2B | 0 | 11 | A | 9C | 42 | 47 |
| Octal | 204 | 346 | 276 | 53 | 0 | 21 | 12 | 234 | 102 | 107 |
| Binary | 10000100 | 11100110 | 10111110 | 101011 | 0 | 10001 | 1010 | 10011100 | 1000010 | 1000111 |
Color Harmonies of #84E6BE
Complementary color
Monochromatic Colors of #84E6BE
Black with #84E6BE
Text Example
Text Example
White with #84E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E6BE; }
p { color: rgb(132,230,190); }
H1.HeaderClassName
{
color: #84E6BE;
}
.AnyTagClassName
{
color: #84E6BE;
}
</style>
background-color css
<style>
a { background-color: #84E6BE; }
a { background-color: rgb(132,230,190); }
div.DivClassName
{
background-color: #84E6BE;
}
.BgClassName
{
background-color: #84E6BE;
}
</style>
border-color css
<style>
span { border-color: #84E6BE; }
span { border-color: rgb(132,230,190); }
td.TdClassName
{
border-color: #84E6BE;
}
.TagClassName
{
border-color: #84E6BE;
}
</style>