Shades of Riptide #84D6CF
Tints of Riptide #84D6CF
RGB
CMYK
RGB Variations
Color information
#84D6CF (or 0x84D6CF) is known color: Riptide. HEX triplet: 84, D6 and CF. RGB value is (132,214,207). Sum of RGB (Red+Green+Blue) = 132+214+207=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6CF is #7B2930. Grayscale: #BCBCBC. Windows color (decimal): -8071473 or 13620868. OLE color: 13620868.
HSL color Cylindrical-coordinate representation of color #84D6CF: hue angle of 174.88º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D6CF is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 207 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.16 |
| HSL | 174.88º | 0.5% | 0.68% | - |
| HSV(B) | 174.88º | 0.38% | 0.84% | - |
| XYZ | 44.82 | 57.5 | 67.77 | - |
| YUV | 188.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 207 | 0.38 | 0 | 0.03 | 0.16 | 174.88 | 0.5 | 0.68 |
| Hex | 84 | D6 | CF | 26 | 0 | 3 | 10 | AF | 32 | 44 |
| Octal | 204 | 326 | 317 | 46 | 0 | 3 | 20 | 257 | 62 | 104 |
| Binary | 10000100 | 11010110 | 11001111 | 100110 | 0 | 11 | 10000 | 10101111 | 110010 | 1000100 |
Color Harmonies of #84D6CF
Complementary color
Monochromatic Colors of #84D6CF
Black with #84D6CF
Text Example
Text Example
White with #84D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6CF; }
p { color: rgb(132,214,207); }
H1.HeaderClassName
{
color: #84D6CF;
}
.AnyTagClassName
{
color: #84D6CF;
}
</style>
background-color css
<style>
a { background-color: #84D6CF; }
a { background-color: rgb(132,214,207); }
div.DivClassName
{
background-color: #84D6CF;
}
.BgClassName
{
background-color: #84D6CF;
}
</style>
border-color css
<style>
span { border-color: #84D6CF; }
span { border-color: rgb(132,214,207); }
td.TdClassName
{
border-color: #84D6CF;
}
.TagClassName
{
border-color: #84D6CF;
}
</style>