Shades of Riptide #84DBC5
Tints of Riptide #84DBC5
RGB
CMYK
RGB Variations
Color information
#84DBC5 (or 0x84DBC5) is known color: Riptide. HEX triplet: 84, DB and C5. RGB value is (132,219,197). Sum of RGB (Red+Green+Blue) = 132+219+197=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBC5 is #7B243A. Grayscale: #BEBEBE. Windows color (decimal): -8070203 or 12966788. OLE color: 12966788.
HSL color Cylindrical-coordinate representation of color #84DBC5: hue angle of 164.83º 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 #84DBC5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 197 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.14 |
| HSL | 164.83º | 0.55% | 0.69% | - |
| HSV(B) | 164.83º | 0.4% | 0.86% | - |
| XYZ | 44.93 | 59.6 | 61.96 | - |
| YUV | 190.48 | 131.68 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 197 | 0.40 | 0 | 0.10 | 0.14 | 164.83 | 0.55 | 0.69 |
| Hex | 84 | DB | C5 | 28 | 0 | A | E | A5 | 37 | 45 |
| Octal | 204 | 333 | 305 | 50 | 0 | 12 | 16 | 245 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11000101 | 101000 | 0 | 1010 | 1110 | 10100101 | 110111 | 1000101 |
Color Harmonies of #84DBC5
Complementary color
Monochromatic Colors of #84DBC5
Black with #84DBC5
Text Example
Text Example
White with #84DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBC5; }
p { color: rgb(132,219,197); }
H1.HeaderClassName
{
color: #84DBC5;
}
.AnyTagClassName
{
color: #84DBC5;
}
</style>
background-color css
<style>
a { background-color: #84DBC5; }
a { background-color: rgb(132,219,197); }
div.DivClassName
{
background-color: #84DBC5;
}
.BgClassName
{
background-color: #84DBC5;
}
</style>
border-color css
<style>
span { border-color: #84DBC5; }
span { border-color: rgb(132,219,197); }
td.TdClassName
{
border-color: #84DBC5;
}
.TagClassName
{
border-color: #84DBC5;
}
</style>