Shades of Riptide #84DCCD
Tints of Riptide #84DCCD
RGB
CMYK
RGB Variations
Color information
#84DCCD (or 0x84DCCD) is known color: Riptide. HEX triplet: 84, DC and CD. RGB value is (132,220,205). Sum of RGB (Red+Green+Blue) = 132+220+205=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCCD is #7B2332. Grayscale: #BFBFBF. Windows color (decimal): -8069939 or 13491332. OLE color: 13491332.
HSL color Cylindrical-coordinate representation of color #84DCCD: hue angle of 169.77º 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 #84DCCD is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 220 | 205 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.14 |
| HSL | 169.77º | 0.56% | 0.69% | - |
| HSV(B) | 169.77º | 0.4% | 0.86% | - |
| XYZ | 46.13 | 60.5 | 67 | - |
| YUV | 191.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 220 | 205 | 0.40 | 0 | 0.07 | 0.14 | 169.77 | 0.56 | 0.69 |
| Hex | 84 | DC | CD | 28 | 0 | 7 | E | AA | 38 | 45 |
| Octal | 204 | 334 | 315 | 50 | 0 | 7 | 16 | 252 | 70 | 105 |
| Binary | 10000100 | 11011100 | 11001101 | 101000 | 0 | 111 | 1110 | 10101010 | 111000 | 1000101 |
Color Harmonies of #84DCCD
Complementary color
Monochromatic Colors of #84DCCD
Black with #84DCCD
Text Example
Text Example
White with #84DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DCCD; }
p { color: rgb(132,220,205); }
H1.HeaderClassName
{
color: #84DCCD;
}
.AnyTagClassName
{
color: #84DCCD;
}
</style>
background-color css
<style>
a { background-color: #84DCCD; }
a { background-color: rgb(132,220,205); }
div.DivClassName
{
background-color: #84DCCD;
}
.BgClassName
{
background-color: #84DCCD;
}
</style>
border-color css
<style>
span { border-color: #84DCCD; }
span { border-color: rgb(132,220,205); }
td.TdClassName
{
border-color: #84DCCD;
}
.TagClassName
{
border-color: #84DCCD;
}
</style>