Shades of Riptide #84DBD0
Tints of Riptide #84DBD0
RGB
CMYK
RGB Variations
Color information
#84DBD0 (or 0x84DBD0) is known color: Riptide. HEX triplet: 84, DB and D0. RGB value is (132,219,208). Sum of RGB (Red+Green+Blue) = 132+219+208=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBD0 is #7B242F. Grayscale: #BFBFBF. Windows color (decimal): -8070192 or 13687684. OLE color: 13687684.
HSL color Cylindrical-coordinate representation of color #84DBD0: hue angle of 172.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DBD0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 208 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.14 |
| HSL | 172.41º | 0.55% | 0.69% | - |
| HSV(B) | 172.41º | 0.4% | 0.86% | - |
| XYZ | 46.23 | 60.12 | 68.84 | - |
| YUV | 191.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 208 | 0.40 | 0 | 0.05 | 0.14 | 172.41 | 0.55 | 0.69 |
| Hex | 84 | DB | D0 | 28 | 0 | 5 | E | AC | 37 | 45 |
| Octal | 204 | 333 | 320 | 50 | 0 | 5 | 16 | 254 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11010000 | 101000 | 0 | 101 | 1110 | 10101100 | 110111 | 1000101 |
Color Harmonies of #84DBD0
Complementary color
Monochromatic Colors of #84DBD0
Black with #84DBD0
Text Example
Text Example
White with #84DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBD0; }
p { color: rgb(132,219,208); }
H1.HeaderClassName
{
color: #84DBD0;
}
.AnyTagClassName
{
color: #84DBD0;
}
</style>
background-color css
<style>
a { background-color: #84DBD0; }
a { background-color: rgb(132,219,208); }
div.DivClassName
{
background-color: #84DBD0;
}
.BgClassName
{
background-color: #84DBD0;
}
</style>
border-color css
<style>
span { border-color: #84DBD0; }
span { border-color: rgb(132,219,208); }
td.TdClassName
{
border-color: #84DBD0;
}
.TagClassName
{
border-color: #84DBD0;
}
</style>