Shades of Riptide #84E7D6
Tints of Riptide #84E7D6
RGB
CMYK
RGB Variations
Color information
#84E7D6 (or 0x84E7D6) is known color: Riptide. HEX triplet: 84, E7 and D6. RGB value is (132,231,214). Sum of RGB (Red+Green+Blue) = 132+231+214=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #84E7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E7D6 is #7B1829. Grayscale: #C7C7C7. Windows color (decimal): -8067114 or 14083972. OLE color: 14083972.
HSL color Cylindrical-coordinate representation of color #84E7D6: hue angle of 169.7º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E7D6 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 231 | 214 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.09 |
| HSL | 169.7º | 0.67% | 0.71% | - |
| HSV(B) | 169.7º | 0.43% | 0.91% | - |
| XYZ | 50.23 | 66.91 | 73.89 | - |
| YUV | 199.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 231 | 214 | 0.43 | 0 | 0.07 | 0.09 | 169.7 | 0.67 | 0.71 |
| Hex | 84 | E7 | D6 | 2B | 0 | 7 | 9 | AA | 43 | 47 |
| Octal | 204 | 347 | 326 | 53 | 0 | 7 | 11 | 252 | 103 | 107 |
| Binary | 10000100 | 11100111 | 11010110 | 101011 | 0 | 111 | 1001 | 10101010 | 1000011 | 1000111 |
Color Harmonies of #84E7D6
Complementary color
Monochromatic Colors of #84E7D6
Black with #84E7D6
Text Example
Text Example
White with #84E7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E7D6; }
p { color: rgb(132,231,214); }
H1.HeaderClassName
{
color: #84E7D6;
}
.AnyTagClassName
{
color: #84E7D6;
}
</style>
background-color css
<style>
a { background-color: #84E7D6; }
a { background-color: rgb(132,231,214); }
div.DivClassName
{
background-color: #84E7D6;
}
.BgClassName
{
background-color: #84E7D6;
}
</style>
border-color css
<style>
span { border-color: #84E7D6; }
span { border-color: rgb(132,231,214); }
td.TdClassName
{
border-color: #84E7D6;
}
.TagClassName
{
border-color: #84E7D6;
}
</style>