Shades of Riptide #84E3D7
Tints of Riptide #84E3D7
RGB
CMYK
RGB Variations
Color information
#84E3D7 (or 0x84E3D7) is known color: Riptide. HEX triplet: 84, E3 and D7. RGB value is (132,227,215). Sum of RGB (Red+Green+Blue) = 132+227+215=574 (76% of max value = 765). Red value is 132 (51.95% from 255 or 23.00% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #84E3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84E3D7 is #7B1C28. Grayscale: #C5C5C5. Windows color (decimal): -8068137 or 14148484. OLE color: 14148484.
HSL color Cylindrical-coordinate representation of color #84E3D7: hue angle of 172.42º 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 #84E3D7 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 227 | 215 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.11 |
| HSL | 172.42º | 0.63% | 0.7% | - |
| HSV(B) | 172.42º | 0.42% | 0.89% | - |
| XYZ | 49.25 | 64.75 | 74.19 | - |
| YUV | 197.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 227 | 215 | 0.42 | 0 | 0.05 | 0.11 | 172.42 | 0.63 | 0.7 |
| Hex | 84 | E3 | D7 | 2A | 0 | 5 | B | AC | 3F | 46 |
| Octal | 204 | 343 | 327 | 52 | 0 | 5 | 13 | 254 | 77 | 106 |
| Binary | 10000100 | 11100011 | 11010111 | 101010 | 0 | 101 | 1011 | 10101100 | 111111 | 1000110 |
Color Harmonies of #84E3D7
Complementary color
Monochromatic Colors of #84E3D7
Black with #84E3D7
Text Example
Text Example
White with #84E3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84E3D7; }
p { color: rgb(132,227,215); }
H1.HeaderClassName
{
color: #84E3D7;
}
.AnyTagClassName
{
color: #84E3D7;
}
</style>
background-color css
<style>
a { background-color: #84E3D7; }
a { background-color: rgb(132,227,215); }
div.DivClassName
{
background-color: #84E3D7;
}
.BgClassName
{
background-color: #84E3D7;
}
</style>
border-color css
<style>
span { border-color: #84E3D7; }
span { border-color: rgb(132,227,215); }
td.TdClassName
{
border-color: #84E3D7;
}
.TagClassName
{
border-color: #84E3D7;
}
</style>