Shades of Riptide #84E2DB
Tints of Riptide #84E2DB
RGB
CMYK
RGB Variations
Color information
#84E2DB (or 0x84E2DB) is known color: Riptide. HEX triplet: 84, E2 and DB. RGB value is (132,226,219). Sum of RGB (Red+Green+Blue) = 132+226+219=577 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.88% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 226 - color contains mainly: green. Hex color #84E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E2DB is #7B1D24. Grayscale: #C5C5C5. Windows color (decimal): -8068389 or 14410372. OLE color: 14410372.
HSL color Cylindrical-coordinate representation of color #84E2DB: hue angle of 175.53º degrees, saturation: 0.62, 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 #84E2DB is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 226 | 219 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.11 |
| HSL | 175.53º | 0.62% | 0.7% | - |
| HSV(B) | 175.53º | 0.42% | 0.89% | - |
| XYZ | 49.5 | 64.41 | 76.84 | - |
| YUV | 197.1 | 140.36 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 226 | 219 | 0.42 | 0 | 0.03 | 0.11 | 175.53 | 0.62 | 0.7 |
| Hex | 84 | E2 | DB | 2A | 0 | 3 | B | B0 | 3E | 46 |
| Octal | 204 | 342 | 333 | 52 | 0 | 3 | 13 | 260 | 76 | 106 |
| Binary | 10000100 | 11100010 | 11011011 | 101010 | 0 | 11 | 1011 | 10110000 | 111110 | 1000110 |
Color Harmonies of #84E2DB
Complementary color
Monochromatic Colors of #84E2DB
Black with #84E2DB
Text Example
Text Example
White with #84E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E2DB; }
p { color: rgb(132,226,219); }
H1.HeaderClassName
{
color: #84E2DB;
}
.AnyTagClassName
{
color: #84E2DB;
}
</style>
background-color css
<style>
a { background-color: #84E2DB; }
a { background-color: rgb(132,226,219); }
div.DivClassName
{
background-color: #84E2DB;
}
.BgClassName
{
background-color: #84E2DB;
}
</style>
border-color css
<style>
span { border-color: #84E2DB; }
span { border-color: rgb(132,226,219); }
td.TdClassName
{
border-color: #84E2DB;
}
.TagClassName
{
border-color: #84E2DB;
}
</style>