Shades of Riptide #84DAD2
Tints of Riptide #84DAD2
RGB
CMYK
RGB Variations
Color information
#84DAD2 (or 0x84DAD2) is known color: Riptide. HEX triplet: 84, DA and D2. RGB value is (132,218,210). Sum of RGB (Red+Green+Blue) = 132+218+210=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAD2 is #7B252D. Grayscale: #BFBFBF. Windows color (decimal): -8070446 or 13818500. OLE color: 13818500.
HSL color Cylindrical-coordinate representation of color #84DAD2: hue angle of 174.42º 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 #84DAD2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 210 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.15 |
| HSL | 174.42º | 0.54% | 0.69% | - |
| HSV(B) | 174.42º | 0.39% | 0.85% | - |
| XYZ | 46.22 | 59.7 | 70.06 | - |
| YUV | 191.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 210 | 0.39 | 0 | 0.04 | 0.15 | 174.42 | 0.54 | 0.69 |
| Hex | 84 | DA | D2 | 27 | 0 | 4 | F | AE | 36 | 45 |
| Octal | 204 | 332 | 322 | 47 | 0 | 4 | 17 | 256 | 66 | 105 |
| Binary | 10000100 | 11011010 | 11010010 | 100111 | 0 | 100 | 1111 | 10101110 | 110110 | 1000101 |
Color Harmonies of #84DAD2
Complementary color
Monochromatic Colors of #84DAD2
Black with #84DAD2
Text Example
Text Example
White with #84DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAD2; }
p { color: rgb(132,218,210); }
H1.HeaderClassName
{
color: #84DAD2;
}
.AnyTagClassName
{
color: #84DAD2;
}
</style>
background-color css
<style>
a { background-color: #84DAD2; }
a { background-color: rgb(132,218,210); }
div.DivClassName
{
background-color: #84DAD2;
}
.BgClassName
{
background-color: #84DAD2;
}
</style>
border-color css
<style>
span { border-color: #84DAD2; }
span { border-color: rgb(132,218,210); }
td.TdClassName
{
border-color: #84DAD2;
}
.TagClassName
{
border-color: #84DAD2;
}
</style>