Shades of Riptide #84DFC6
Tints of Riptide #84DFC6
RGB
CMYK
RGB Variations
Color information
#84DFC6 (or 0x84DFC6) is known color: Riptide. HEX triplet: 84, DF and C6. RGB value is (132,223,198). Sum of RGB (Red+Green+Blue) = 132+223+198=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFC6 is #7B2039. Grayscale: #C0C0C0. Windows color (decimal): -8069178 or 13033348. OLE color: 13033348.
HSL color Cylindrical-coordinate representation of color #84DFC6: hue angle of 163.52º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFC6 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 198 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.13 |
| HSL | 163.52º | 0.59% | 0.7% | - |
| HSV(B) | 163.52º | 0.41% | 0.87% | - |
| XYZ | 46.1 | 61.76 | 62.92 | - |
| YUV | 192.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 198 | 0.41 | 0 | 0.11 | 0.13 | 163.52 | 0.59 | 0.7 |
| Hex | 84 | DF | C6 | 29 | 0 | B | D | A4 | 3B | 46 |
| Octal | 204 | 337 | 306 | 51 | 0 | 13 | 15 | 244 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11000110 | 101001 | 0 | 1011 | 1101 | 10100100 | 111011 | 1000110 |
Color Harmonies of #84DFC6
Complementary color
Monochromatic Colors of #84DFC6
Black with #84DFC6
Text Example
Text Example
White with #84DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFC6; }
p { color: rgb(132,223,198); }
H1.HeaderClassName
{
color: #84DFC6;
}
.AnyTagClassName
{
color: #84DFC6;
}
</style>
background-color css
<style>
a { background-color: #84DFC6; }
a { background-color: rgb(132,223,198); }
div.DivClassName
{
background-color: #84DFC6;
}
.BgClassName
{
background-color: #84DFC6;
}
</style>
border-color css
<style>
span { border-color: #84DFC6; }
span { border-color: rgb(132,223,198); }
td.TdClassName
{
border-color: #84DFC6;
}
.TagClassName
{
border-color: #84DFC6;
}
</style>