Shades of Riptide #84E7C0
Tints of Riptide #84E7C0
RGB
CMYK
RGB Variations
Color information
#84E7C0 (or 0x84E7C0) is known color: Riptide. HEX triplet: 84, E7 and C0. RGB value is (132,231,192). Sum of RGB (Red+Green+Blue) = 132+231+192=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #84E7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E7C0 is #7B183F. Grayscale: #C5C5C5. Windows color (decimal): -8067136 or 12642180. OLE color: 12642180.
HSL color Cylindrical-coordinate representation of color #84E7C0: hue angle of 156.36º 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 #84E7C0 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 231 | 192 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.09 |
| HSL | 156.36º | 0.67% | 0.71% | - |
| HSV(B) | 156.36º | 0.43% | 0.91% | - |
| XYZ | 47.61 | 65.86 | 60.07 | - |
| YUV | 196.95 | 125.2 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 231 | 192 | 0.43 | 0 | 0.17 | 0.09 | 156.36 | 0.67 | 0.71 |
| Hex | 84 | E7 | C0 | 2B | 0 | 11 | 9 | 9C | 43 | 47 |
| Octal | 204 | 347 | 300 | 53 | 0 | 21 | 11 | 234 | 103 | 107 |
| Binary | 10000100 | 11100111 | 11000000 | 101011 | 0 | 10001 | 1001 | 10011100 | 1000011 | 1000111 |
Color Harmonies of #84E7C0
Complementary color
Monochromatic Colors of #84E7C0
Black with #84E7C0
Text Example
Text Example
White with #84E7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E7C0; }
p { color: rgb(132,231,192); }
H1.HeaderClassName
{
color: #84E7C0;
}
.AnyTagClassName
{
color: #84E7C0;
}
</style>
background-color css
<style>
a { background-color: #84E7C0; }
a { background-color: rgb(132,231,192); }
div.DivClassName
{
background-color: #84E7C0;
}
.BgClassName
{
background-color: #84E7C0;
}
</style>
border-color css
<style>
span { border-color: #84E7C0; }
span { border-color: rgb(132,231,192); }
td.TdClassName
{
border-color: #84E7C0;
}
.TagClassName
{
border-color: #84E7C0;
}
</style>