Shades of Riptide #84E1C1
Tints of Riptide #84E1C1
RGB
CMYK
RGB Variations
Color information
#84E1C1 (or 0x84E1C1) is known color: Riptide. HEX triplet: 84, E1 and C1. RGB value is (132,225,193). Sum of RGB (Red+Green+Blue) = 132+225+193=550 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1C1 is #7B1E3E. Grayscale: #C1C1C1. Windows color (decimal): -8068671 or 12706180. OLE color: 12706180.
HSL color Cylindrical-coordinate representation of color #84E1C1: hue angle of 159.35º 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 #84E1C1 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 193 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.12 |
| HSL | 159.35º | 0.61% | 0.7% | - |
| HSV(B) | 159.35º | 0.41% | 0.88% | - |
| XYZ | 46.07 | 62.61 | 60.11 | - |
| YUV | 193.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 193 | 0.41 | 0 | 0.14 | 0.12 | 159.35 | 0.61 | 0.7 |
| Hex | 84 | E1 | C1 | 29 | 0 | E | C | 9F | 3D | 46 |
| Octal | 204 | 341 | 301 | 51 | 0 | 16 | 14 | 237 | 75 | 106 |
| Binary | 10000100 | 11100001 | 11000001 | 101001 | 0 | 1110 | 1100 | 10011111 | 111101 | 1000110 |
Color Harmonies of #84E1C1
Complementary color
Monochromatic Colors of #84E1C1
Black with #84E1C1
Text Example
Text Example
White with #84E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1C1; }
p { color: rgb(132,225,193); }
H1.HeaderClassName
{
color: #84E1C1;
}
.AnyTagClassName
{
color: #84E1C1;
}
</style>
background-color css
<style>
a { background-color: #84E1C1; }
a { background-color: rgb(132,225,193); }
div.DivClassName
{
background-color: #84E1C1;
}
.BgClassName
{
background-color: #84E1C1;
}
</style>
border-color css
<style>
span { border-color: #84E1C1; }
span { border-color: rgb(132,225,193); }
td.TdClassName
{
border-color: #84E1C1;
}
.TagClassName
{
border-color: #84E1C1;
}
</style>