Shades of Riptide #84E6DA
Tints of Riptide #84E6DA
RGB
CMYK
RGB Variations
Color information
#84E6DA (or 0x84E6DA) is known color: Riptide. HEX triplet: 84, E6 and DA. RGB value is (132,230,218). Sum of RGB (Red+Green+Blue) = 132+230+218=580 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.76% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #84E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84E6DA is #7B1925. Grayscale: #C7C7C7. Windows color (decimal): -8067366 or 14345860. OLE color: 14345860.
HSL color Cylindrical-coordinate representation of color #84E6DA: hue angle of 172.65º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84E6DA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 230 | 218 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.10 |
| HSL | 172.65º | 0.66% | 0.71% | - |
| HSV(B) | 172.65º | 0.43% | 0.9% | - |
| XYZ | 50.47 | 66.56 | 76.52 | - |
| YUV | 199.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 230 | 218 | 0.43 | 0 | 0.05 | 0.10 | 172.65 | 0.66 | 0.71 |
| Hex | 84 | E6 | DA | 2B | 0 | 5 | A | AD | 42 | 47 |
| Octal | 204 | 346 | 332 | 53 | 0 | 5 | 12 | 255 | 102 | 107 |
| Binary | 10000100 | 11100110 | 11011010 | 101011 | 0 | 101 | 1010 | 10101101 | 1000010 | 1000111 |
Color Harmonies of #84E6DA
Complementary color
Monochromatic Colors of #84E6DA
Black with #84E6DA
Text Example
Text Example
White with #84E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E6DA; }
p { color: rgb(132,230,218); }
H1.HeaderClassName
{
color: #84E6DA;
}
.AnyTagClassName
{
color: #84E6DA;
}
</style>
background-color css
<style>
a { background-color: #84E6DA; }
a { background-color: rgb(132,230,218); }
div.DivClassName
{
background-color: #84E6DA;
}
.BgClassName
{
background-color: #84E6DA;
}
</style>
border-color css
<style>
span { border-color: #84E6DA; }
span { border-color: rgb(132,230,218); }
td.TdClassName
{
border-color: #84E6DA;
}
.TagClassName
{
border-color: #84E6DA;
}
</style>