Shades of Riptide #84DCD2
Tints of Riptide #84DCD2
RGB
CMYK
RGB Variations
Color information
#84DCD2 (or 0x84DCD2) is known color: Riptide. HEX triplet: 84, DC and D2. RGB value is (132,220,210). Sum of RGB (Red+Green+Blue) = 132+220+210=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCD2 is #7B232D. Grayscale: #C0C0C0. Windows color (decimal): -8069934 or 13819012. OLE color: 13819012.
HSL color Cylindrical-coordinate representation of color #84DCD2: hue angle of 173.18º 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 #84DCD2 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 210 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.14 |
| HSL | 173.18º | 0.56% | 0.69% | - |
| HSV(B) | 173.18º | 0.4% | 0.86% | - |
| XYZ | 46.74 | 60.75 | 70.23 | - |
| YUV | 192.55 | 137.85 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 210 | 0.40 | 0 | 0.05 | 0.14 | 173.18 | 0.56 | 0.69 |
| Hex | 84 | DC | D2 | 28 | 0 | 5 | E | AD | 38 | 45 |
| Octal | 204 | 334 | 322 | 50 | 0 | 5 | 16 | 255 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11010010 | 101000 | 0 | 101 | 1110 | 10101101 | 111000 | 1000101 |
Color Harmonies of #84DCD2
Complementary color
Monochromatic Colors of #84DCD2
Black with #84DCD2
Text Example
Text Example
White with #84DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCD2; }
p { color: rgb(132,220,210); }
H1.HeaderClassName
{
color: #84DCD2;
}
.AnyTagClassName
{
color: #84DCD2;
}
</style>
background-color css
<style>
a { background-color: #84DCD2; }
a { background-color: rgb(132,220,210); }
div.DivClassName
{
background-color: #84DCD2;
}
.BgClassName
{
background-color: #84DCD2;
}
</style>
border-color css
<style>
span { border-color: #84DCD2; }
span { border-color: rgb(132,220,210); }
td.TdClassName
{
border-color: #84DCD2;
}
.TagClassName
{
border-color: #84DCD2;
}
</style>