Shades of Riptide #84D6D3
Tints of Riptide #84D6D3
RGB
CMYK
RGB Variations
Color information
#84D6D3 (or 0x84D6D3) is known color: Riptide. HEX triplet: 84, D6 and D3. RGB value is (132,214,211). Sum of RGB (Red+Green+Blue) = 132+214+211=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6D3 is #7B292C. Grayscale: #BDBDBD. Windows color (decimal): -8071469 or 13883012. OLE color: 13883012.
HSL color Cylindrical-coordinate representation of color #84D6D3: hue angle of 177.8º 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 #84D6D3 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 211 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.16 |
| HSL | 177.8º | 0.5% | 0.68% | - |
| HSV(B) | 177.8º | 0.38% | 0.84% | - |
| XYZ | 45.32 | 57.7 | 70.38 | - |
| YUV | 189.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 211 | 0.38 | 0 | 0.01 | 0.16 | 177.8 | 0.5 | 0.68 |
| Hex | 84 | D6 | D3 | 26 | 0 | 1 | 10 | B2 | 32 | 44 |
| Octal | 204 | 326 | 323 | 46 | 0 | 1 | 20 | 262 | 62 | 104 |
| Binary | 10000100 | 11010110 | 11010011 | 100110 | 0 | 1 | 10000 | 10110010 | 110010 | 1000100 |
Color Harmonies of #84D6D3
Complementary color
Monochromatic Colors of #84D6D3
Black with #84D6D3
Text Example
Text Example
White with #84D6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D6D3; }
p { color: rgb(132,214,211); }
H1.HeaderClassName
{
color: #84D6D3;
}
.AnyTagClassName
{
color: #84D6D3;
}
</style>
background-color css
<style>
a { background-color: #84D6D3; }
a { background-color: rgb(132,214,211); }
div.DivClassName
{
background-color: #84D6D3;
}
.BgClassName
{
background-color: #84D6D3;
}
</style>
border-color css
<style>
span { border-color: #84D6D3; }
span { border-color: rgb(132,214,211); }
td.TdClassName
{
border-color: #84D6D3;
}
.TagClassName
{
border-color: #84D6D3;
}
</style>