Shades of Riptide #84DFD0
Tints of Riptide #84DFD0
RGB
CMYK
RGB Variations
Color information
#84DFD0 (or 0x84DFD0) is known color: Riptide. HEX triplet: 84, DF and D0. RGB value is (132,223,208). Sum of RGB (Red+Green+Blue) = 132+223+208=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFD0 is #7B202F. Grayscale: #C2C2C2. Windows color (decimal): -8069168 or 13688708. OLE color: 13688708.
HSL color Cylindrical-coordinate representation of color #84DFD0: hue angle of 170.11º 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 #84DFD0 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 208 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.13 |
| HSL | 170.11º | 0.59% | 0.7% | - |
| HSV(B) | 170.11º | 0.41% | 0.87% | - |
| XYZ | 47.29 | 62.23 | 69.19 | - |
| YUV | 194.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 208 | 0.41 | 0 | 0.07 | 0.13 | 170.11 | 0.59 | 0.7 |
| Hex | 84 | DF | D0 | 29 | 0 | 7 | D | AA | 3B | 46 |
| Octal | 204 | 337 | 320 | 51 | 0 | 7 | 15 | 252 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11010000 | 101001 | 0 | 111 | 1101 | 10101010 | 111011 | 1000110 |
Color Harmonies of #84DFD0
Complementary color
Monochromatic Colors of #84DFD0
Black with #84DFD0
Text Example
Text Example
White with #84DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFD0; }
p { color: rgb(132,223,208); }
H1.HeaderClassName
{
color: #84DFD0;
}
.AnyTagClassName
{
color: #84DFD0;
}
</style>
background-color css
<style>
a { background-color: #84DFD0; }
a { background-color: rgb(132,223,208); }
div.DivClassName
{
background-color: #84DFD0;
}
.BgClassName
{
background-color: #84DFD0;
}
</style>
border-color css
<style>
span { border-color: #84DFD0; }
span { border-color: rgb(132,223,208); }
td.TdClassName
{
border-color: #84DFD0;
}
.TagClassName
{
border-color: #84DFD0;
}
</style>