Shades of Riptide #84D9C5
Tints of Riptide #84D9C5
RGB
CMYK
RGB Variations
Color information
#84D9C5 (or 0x84D9C5) is known color: Riptide. HEX triplet: 84, D9 and C5. RGB value is (132,217,197). Sum of RGB (Red+Green+Blue) = 132+217+197=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 197 (77.34% from 255 or 36.08% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9C5 is #7B263A. Grayscale: #BDBDBD. Windows color (decimal): -8070715 or 12966276. OLE color: 12966276.
HSL color Cylindrical-coordinate representation of color #84D9C5: hue angle of 165.88º degrees, saturation: 0.53, 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 #84D9C5 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 217 | 197 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.15 |
| HSL | 165.88º | 0.53% | 0.68% | - |
| HSV(B) | 165.88º | 0.39% | 0.85% | - |
| XYZ | 44.41 | 58.56 | 61.79 | - |
| YUV | 189.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 217 | 197 | 0.39 | 0 | 0.09 | 0.15 | 165.88 | 0.53 | 0.68 |
| Hex | 84 | D9 | C5 | 27 | 0 | 9 | F | A6 | 35 | 44 |
| Octal | 204 | 331 | 305 | 47 | 0 | 11 | 17 | 246 | 65 | 104 |
| Binary | 10000100 | 11011001 | 11000101 | 100111 | 0 | 1001 | 1111 | 10100110 | 110101 | 1000100 |
Color Harmonies of #84D9C5
Complementary color
Monochromatic Colors of #84D9C5
Black with #84D9C5
Text Example
Text Example
White with #84D9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D9C5; }
p { color: rgb(132,217,197); }
H1.HeaderClassName
{
color: #84D9C5;
}
.AnyTagClassName
{
color: #84D9C5;
}
</style>
background-color css
<style>
a { background-color: #84D9C5; }
a { background-color: rgb(132,217,197); }
div.DivClassName
{
background-color: #84D9C5;
}
.BgClassName
{
background-color: #84D9C5;
}
</style>
border-color css
<style>
span { border-color: #84D9C5; }
span { border-color: rgb(132,217,197); }
td.TdClassName
{
border-color: #84D9C5;
}
.TagClassName
{
border-color: #84D9C5;
}
</style>