Shades of Riptide #84DBC2
Tints of Riptide #84DBC2
RGB
CMYK
RGB Variations
Color information
#84DBC2 (or 0x84DBC2) is known color: Riptide. HEX triplet: 84, DB and C2. RGB value is (132,219,194). Sum of RGB (Red+Green+Blue) = 132+219+194=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBC2 is #7B243D. Grayscale: #BEBEBE. Windows color (decimal): -8070206 or 12770180. OLE color: 12770180.
HSL color Cylindrical-coordinate representation of color #84DBC2: hue angle of 162.76º 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 #84DBC2 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 219 | 194 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.14 |
| HSL | 162.76º | 0.55% | 0.69% | - |
| HSV(B) | 162.76º | 0.4% | 0.86% | - |
| XYZ | 44.58 | 59.46 | 60.17 | - |
| YUV | 190.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 219 | 194 | 0.40 | 0 | 0.11 | 0.14 | 162.76 | 0.55 | 0.69 |
| Hex | 84 | DB | C2 | 28 | 0 | B | E | A3 | 37 | 45 |
| Octal | 204 | 333 | 302 | 50 | 0 | 13 | 16 | 243 | 67 | 105 |
| Binary | 10000100 | 11011011 | 11000010 | 101000 | 0 | 1011 | 1110 | 10100011 | 110111 | 1000101 |
Color Harmonies of #84DBC2
Complementary color
Monochromatic Colors of #84DBC2
Black with #84DBC2
Text Example
Text Example
White with #84DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DBC2; }
p { color: rgb(132,219,194); }
H1.HeaderClassName
{
color: #84DBC2;
}
.AnyTagClassName
{
color: #84DBC2;
}
</style>
background-color css
<style>
a { background-color: #84DBC2; }
a { background-color: rgb(132,219,194); }
div.DivClassName
{
background-color: #84DBC2;
}
.BgClassName
{
background-color: #84DBC2;
}
</style>
border-color css
<style>
span { border-color: #84DBC2; }
span { border-color: rgb(132,219,194); }
td.TdClassName
{
border-color: #84DBC2;
}
.TagClassName
{
border-color: #84DBC2;
}
</style>