Shades of Riptide #84DCC5
Tints of Riptide #84DCC5
RGB
CMYK
RGB Variations
Color information
#84DCC5 (or 0x84DCC5) is known color: Riptide. HEX triplet: 84, DC and C5. RGB value is (132,220,197). Sum of RGB (Red+Green+Blue) = 132+220+197=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCC5 is #7B233A. Grayscale: #BFBFBF. Windows color (decimal): -8069947 or 12967044. OLE color: 12967044.
HSL color Cylindrical-coordinate representation of color #84DCC5: hue angle of 164.32º degrees, saturation: 0.56, 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 #84DCC5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 197 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.14 |
| HSL | 164.32º | 0.56% | 0.69% | - |
| HSV(B) | 164.32º | 0.4% | 0.86% | - |
| XYZ | 45.19 | 60.12 | 62.05 | - |
| YUV | 191.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 197 | 0.40 | 0 | 0.10 | 0.14 | 164.32 | 0.56 | 0.69 |
| Hex | 84 | DC | C5 | 28 | 0 | A | E | A4 | 38 | 45 |
| Octal | 204 | 334 | 305 | 50 | 0 | 12 | 16 | 244 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11000101 | 101000 | 0 | 1010 | 1110 | 10100100 | 111000 | 1000101 |
Color Harmonies of #84DCC5
Complementary color
Monochromatic Colors of #84DCC5
Black with #84DCC5
Text Example
Text Example
White with #84DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCC5; }
p { color: rgb(132,220,197); }
H1.HeaderClassName
{
color: #84DCC5;
}
.AnyTagClassName
{
color: #84DCC5;
}
</style>
background-color css
<style>
a { background-color: #84DCC5; }
a { background-color: rgb(132,220,197); }
div.DivClassName
{
background-color: #84DCC5;
}
.BgClassName
{
background-color: #84DCC5;
}
</style>
border-color css
<style>
span { border-color: #84DCC5; }
span { border-color: rgb(132,220,197); }
td.TdClassName
{
border-color: #84DCC5;
}
.TagClassName
{
border-color: #84DCC5;
}
</style>