Shades of Riptide #84E3DC
Tints of Riptide #84E3DC
RGB
CMYK
RGB Variations
Color information
#84E3DC (or 0x84E3DC) is known color: Riptide. HEX triplet: 84, E3 and DC. RGB value is (132,227,220). Sum of RGB (Red+Green+Blue) = 132+227+220=579 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.80% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3DC is #7B1C23. Grayscale: #C5C5C5. Windows color (decimal): -8068132 or 14476164. OLE color: 14476164.
HSL color Cylindrical-coordinate representation of color #84E3DC: hue angle of 175.58º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E3DC is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 220 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.11 |
| HSL | 175.58º | 0.63% | 0.7% | - |
| HSV(B) | 175.58º | 0.42% | 0.89% | - |
| XYZ | 49.9 | 65.01 | 77.63 | - |
| YUV | 197.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 220 | 0.42 | 0 | 0.03 | 0.11 | 175.58 | 0.63 | 0.7 |
| Hex | 84 | E3 | DC | 2A | 0 | 3 | B | B0 | 3F | 46 |
| Octal | 204 | 343 | 334 | 52 | 0 | 3 | 13 | 260 | 77 | 106 |
| Binary | 10000100 | 11100011 | 11011100 | 101010 | 0 | 11 | 1011 | 10110000 | 111111 | 1000110 |
Color Harmonies of #84E3DC
Complementary color
Monochromatic Colors of #84E3DC
Black with #84E3DC
Text Example
Text Example
White with #84E3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E3DC; }
p { color: rgb(132,227,220); }
H1.HeaderClassName
{
color: #84E3DC;
}
.AnyTagClassName
{
color: #84E3DC;
}
</style>
background-color css
<style>
a { background-color: #84E3DC; }
a { background-color: rgb(132,227,220); }
div.DivClassName
{
background-color: #84E3DC;
}
.BgClassName
{
background-color: #84E3DC;
}
</style>
border-color css
<style>
span { border-color: #84E3DC; }
span { border-color: rgb(132,227,220); }
td.TdClassName
{
border-color: #84E3DC;
}
.TagClassName
{
border-color: #84E3DC;
}
</style>