Shades of Riptide #84E0D9
Tints of Riptide #84E0D9
RGB
CMYK
RGB Variations
Color information
#84E0D9 (or 0x84E0D9) is known color: Riptide. HEX triplet: 84, E0 and D9. RGB value is (132,224,217). Sum of RGB (Red+Green+Blue) = 132+224+217=573 (75% of max value = 765). Red value is 132 (51.95% from 255 or 23.04% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #84E0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E0D9 is #7B1F26. Grayscale: #C3C3C3. Windows color (decimal): -8068903 or 14278788. OLE color: 14278788.
HSL color Cylindrical-coordinate representation of color #84E0D9: hue angle of 175.43º degrees, saturation: 0.6, 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 #84E0D9 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 224 | 217 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.12 |
| HSL | 175.43º | 0.6% | 0.7% | - |
| HSV(B) | 175.43º | 0.41% | 0.88% | - |
| XYZ | 48.7 | 63.23 | 75.28 | - |
| YUV | 195.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 224 | 217 | 0.41 | 0 | 0.03 | 0.12 | 175.43 | 0.6 | 0.7 |
| Hex | 84 | E0 | D9 | 29 | 0 | 3 | C | AF | 3C | 46 |
| Octal | 204 | 340 | 331 | 51 | 0 | 3 | 14 | 257 | 74 | 106 |
| Binary | 10000100 | 11100000 | 11011001 | 101001 | 0 | 11 | 1100 | 10101111 | 111100 | 1000110 |
Color Harmonies of #84E0D9
Complementary color
Monochromatic Colors of #84E0D9
Black with #84E0D9
Text Example
Text Example
White with #84E0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E0D9; }
p { color: rgb(132,224,217); }
H1.HeaderClassName
{
color: #84E0D9;
}
.AnyTagClassName
{
color: #84E0D9;
}
</style>
background-color css
<style>
a { background-color: #84E0D9; }
a { background-color: rgb(132,224,217); }
div.DivClassName
{
background-color: #84E0D9;
}
.BgClassName
{
background-color: #84E0D9;
}
</style>
border-color css
<style>
span { border-color: #84E0D9; }
span { border-color: rgb(132,224,217); }
td.TdClassName
{
border-color: #84E0D9;
}
.TagClassName
{
border-color: #84E0D9;
}
</style>