Shades of Riptide #84DDC8
Tints of Riptide #84DDC8
RGB
CMYK
RGB Variations
Color information
#84DDC8 (or 0x84DDC8) is known color: Riptide. HEX triplet: 84, DD and C8. RGB value is (132,221,200). Sum of RGB (Red+Green+Blue) = 132+221+200=553 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.87% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC8 is #7B2237. Grayscale: #BFBFBF. Windows color (decimal): -8069688 or 13163908. OLE color: 13163908.
HSL color Cylindrical-coordinate representation of color #84DDC8: hue angle of 165.84º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DDC8 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 200 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.13 |
| HSL | 165.84º | 0.57% | 0.69% | - |
| HSV(B) | 165.84º | 0.4% | 0.87% | - |
| XYZ | 45.8 | 60.79 | 63.96 | - |
| YUV | 192 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 200 | 0.40 | 0 | 0.10 | 0.13 | 165.84 | 0.57 | 0.69 |
| Hex | 84 | DD | C8 | 28 | 0 | A | D | A6 | 39 | 45 |
| Octal | 204 | 335 | 310 | 50 | 0 | 12 | 15 | 246 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11001000 | 101000 | 0 | 1010 | 1101 | 10100110 | 111001 | 1000101 |
Color Harmonies of #84DDC8
Complementary color
Monochromatic Colors of #84DDC8
Black with #84DDC8
Text Example
Text Example
White with #84DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC8; }
p { color: rgb(132,221,200); }
H1.HeaderClassName
{
color: #84DDC8;
}
.AnyTagClassName
{
color: #84DDC8;
}
</style>
background-color css
<style>
a { background-color: #84DDC8; }
a { background-color: rgb(132,221,200); }
div.DivClassName
{
background-color: #84DDC8;
}
.BgClassName
{
background-color: #84DDC8;
}
</style>
border-color css
<style>
span { border-color: #84DDC8; }
span { border-color: rgb(132,221,200); }
td.TdClassName
{
border-color: #84DDC8;
}
.TagClassName
{
border-color: #84DDC8;
}
</style>