Shades of Riptide #84D7C9
Tints of Riptide #84D7C9
RGB
CMYK
RGB Variations
Color information
#84D7C9 (or 0x84D7C9) is known color: Riptide. HEX triplet: 84, D7 and C9. RGB value is (132,215,201). Sum of RGB (Red+Green+Blue) = 132+215+201=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7C9 is #7B2836. Grayscale: #BCBCBC. Windows color (decimal): -8071223 or 13227908. OLE color: 13227908.
HSL color Cylindrical-coordinate representation of color #84D7C9: hue angle of 169.88º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7C9 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 201 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.16 |
| HSL | 169.88º | 0.51% | 0.68% | - |
| HSV(B) | 169.88º | 0.39% | 0.84% | - |
| XYZ | 44.36 | 57.72 | 64.06 | - |
| YUV | 188.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 201 | 0.39 | 0 | 0.07 | 0.16 | 169.88 | 0.51 | 0.68 |
| Hex | 84 | D7 | C9 | 27 | 0 | 7 | 10 | AA | 33 | 44 |
| Octal | 204 | 327 | 311 | 47 | 0 | 7 | 20 | 252 | 63 | 104 |
| Binary | 10000100 | 11010111 | 11001001 | 100111 | 0 | 111 | 10000 | 10101010 | 110011 | 1000100 |
Color Harmonies of #84D7C9
Complementary color
Monochromatic Colors of #84D7C9
Black with #84D7C9
Text Example
Text Example
White with #84D7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D7C9; }
p { color: rgb(132,215,201); }
H1.HeaderClassName
{
color: #84D7C9;
}
.AnyTagClassName
{
color: #84D7C9;
}
</style>
background-color css
<style>
a { background-color: #84D7C9; }
a { background-color: rgb(132,215,201); }
div.DivClassName
{
background-color: #84D7C9;
}
.BgClassName
{
background-color: #84D7C9;
}
</style>
border-color css
<style>
span { border-color: #84D7C9; }
span { border-color: rgb(132,215,201); }
td.TdClassName
{
border-color: #84D7C9;
}
.TagClassName
{
border-color: #84D7C9;
}
</style>