Shades of Riptide #84DAC6
Tints of Riptide #84DAC6
RGB
CMYK
RGB Variations
Color information
#84DAC6 (or 0x84DAC6) is known color: Riptide. HEX triplet: 84, DA and C6. RGB value is (132,218,198). Sum of RGB (Red+Green+Blue) = 132+218+198=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAC6 is #7B2539. Grayscale: #BEBEBE. Windows color (decimal): -8070458 or 13032068. OLE color: 13032068.
HSL color Cylindrical-coordinate representation of color #84DAC6: hue angle of 166.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAC6 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 198 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.15 |
| HSL | 166.05º | 0.54% | 0.69% | - |
| HSV(B) | 166.05º | 0.39% | 0.85% | - |
| XYZ | 44.78 | 59.13 | 62.48 | - |
| YUV | 190.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 198 | 0.39 | 0 | 0.09 | 0.15 | 166.05 | 0.54 | 0.69 |
| Hex | 84 | DA | C6 | 27 | 0 | 9 | F | A6 | 36 | 45 |
| Octal | 204 | 332 | 306 | 47 | 0 | 11 | 17 | 246 | 66 | 105 |
| Binary | 10000100 | 11011010 | 11000110 | 100111 | 0 | 1001 | 1111 | 10100110 | 110110 | 1000101 |
Color Harmonies of #84DAC6
Complementary color
Monochromatic Colors of #84DAC6
Black with #84DAC6
Text Example
Text Example
White with #84DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAC6; }
p { color: rgb(132,218,198); }
H1.HeaderClassName
{
color: #84DAC6;
}
.AnyTagClassName
{
color: #84DAC6;
}
</style>
background-color css
<style>
a { background-color: #84DAC6; }
a { background-color: rgb(132,218,198); }
div.DivClassName
{
background-color: #84DAC6;
}
.BgClassName
{
background-color: #84DAC6;
}
</style>
border-color css
<style>
span { border-color: #84DAC6; }
span { border-color: rgb(132,218,198); }
td.TdClassName
{
border-color: #84DAC6;
}
.TagClassName
{
border-color: #84DAC6;
}
</style>