Shades of Riptide #84E1C4
Tints of Riptide #84E1C4
RGB
CMYK
RGB Variations
Color information
#84E1C4 (or 0x84E1C4) is known color: Riptide. HEX triplet: 84, E1 and C4. RGB value is (132,225,196). Sum of RGB (Red+Green+Blue) = 132+225+196=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #84E1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E1C4 is #7B1E3B. Grayscale: #C1C1C1. Windows color (decimal): -8068668 or 12902788. OLE color: 12902788.
HSL color Cylindrical-coordinate representation of color #84E1C4: hue angle of 161.29º 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 #84E1C4 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 225 | 196 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.12 |
| HSL | 161.29º | 0.61% | 0.7% | - |
| HSV(B) | 161.29º | 0.41% | 0.88% | - |
| XYZ | 46.4 | 62.74 | 61.89 | - |
| YUV | 193.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 225 | 196 | 0.41 | 0 | 0.13 | 0.12 | 161.29 | 0.61 | 0.7 |
| Hex | 84 | E1 | C4 | 29 | 0 | D | C | A1 | 3D | 46 |
| Octal | 204 | 341 | 304 | 51 | 0 | 15 | 14 | 241 | 75 | 106 |
| Binary | 10000100 | 11100001 | 11000100 | 101001 | 0 | 1101 | 1100 | 10100001 | 111101 | 1000110 |
Color Harmonies of #84E1C4
Complementary color
Monochromatic Colors of #84E1C4
Black with #84E1C4
Text Example
Text Example
White with #84E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E1C4; }
p { color: rgb(132,225,196); }
H1.HeaderClassName
{
color: #84E1C4;
}
.AnyTagClassName
{
color: #84E1C4;
}
</style>
background-color css
<style>
a { background-color: #84E1C4; }
a { background-color: rgb(132,225,196); }
div.DivClassName
{
background-color: #84E1C4;
}
.BgClassName
{
background-color: #84E1C4;
}
</style>
border-color css
<style>
span { border-color: #84E1C4; }
span { border-color: rgb(132,225,196); }
td.TdClassName
{
border-color: #84E1C4;
}
.TagClassName
{
border-color: #84E1C4;
}
</style>