Shades of Riptide #84D8C5
Tints of Riptide #84D8C5
RGB
CMYK
RGB Variations
Color information
#84D8C5 (or 0x84D8C5) is known color: Riptide. HEX triplet: 84, D8 and C5. RGB value is (132,216,197). Sum of RGB (Red+Green+Blue) = 132+216+197=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8C5 is #7B273A. Grayscale: #BCBCBC. Windows color (decimal): -8070971 or 12966020. OLE color: 12966020.
HSL color Cylindrical-coordinate representation of color #84D8C5: hue angle of 166.43º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8C5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 197 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.15 |
| HSL | 166.43º | 0.52% | 0.68% | - |
| HSV(B) | 166.43º | 0.39% | 0.85% | - |
| XYZ | 44.15 | 58.05 | 61.7 | - |
| YUV | 188.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 197 | 0.39 | 0 | 0.09 | 0.15 | 166.43 | 0.52 | 0.68 |
| Hex | 84 | D8 | C5 | 27 | 0 | 9 | F | A6 | 34 | 44 |
| Octal | 204 | 330 | 305 | 47 | 0 | 11 | 17 | 246 | 64 | 104 |
| Binary | 10000100 | 11011000 | 11000101 | 100111 | 0 | 1001 | 1111 | 10100110 | 110100 | 1000100 |
Color Harmonies of #84D8C5
Complementary color
Monochromatic Colors of #84D8C5
Black with #84D8C5
Text Example
Text Example
White with #84D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8C5; }
p { color: rgb(132,216,197); }
H1.HeaderClassName
{
color: #84D8C5;
}
.AnyTagClassName
{
color: #84D8C5;
}
</style>
background-color css
<style>
a { background-color: #84D8C5; }
a { background-color: rgb(132,216,197); }
div.DivClassName
{
background-color: #84D8C5;
}
.BgClassName
{
background-color: #84D8C5;
}
</style>
border-color css
<style>
span { border-color: #84D8C5; }
span { border-color: rgb(132,216,197); }
td.TdClassName
{
border-color: #84D8C5;
}
.TagClassName
{
border-color: #84D8C5;
}
</style>