Shades of Riptide #84DEC0
Tints of Riptide #84DEC0
RGB
CMYK
RGB Variations
Color information
#84DEC0 (or 0x84DEC0) is known color: Riptide. HEX triplet: 84, DE and C0. RGB value is (132,222,192). Sum of RGB (Red+Green+Blue) = 132+222+192=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEC0 is #7B213F. Grayscale: #BFBFBF. Windows color (decimal): -8069440 or 12639876. OLE color: 12639876.
HSL color Cylindrical-coordinate representation of color #84DEC0: hue angle of 160º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEC0 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 192 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.13 |
| HSL | 160º | 0.58% | 0.69% | - |
| HSV(B) | 160º | 0.41% | 0.87% | - |
| XYZ | 45.15 | 60.95 | 59.25 | - |
| YUV | 191.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 192 | 0.41 | 0 | 0.14 | 0.13 | 160 | 0.58 | 0.69 |
| Hex | 84 | DE | C0 | 29 | 0 | E | D | A0 | 3A | 45 |
| Octal | 204 | 336 | 300 | 51 | 0 | 16 | 15 | 240 | 72 | 105 |
| Binary | 10000100 | 11011110 | 11000000 | 101001 | 0 | 1110 | 1101 | 10100000 | 111010 | 1000101 |
Color Harmonies of #84DEC0
Complementary color
Monochromatic Colors of #84DEC0
Black with #84DEC0
Text Example
Text Example
White with #84DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEC0; }
p { color: rgb(132,222,192); }
H1.HeaderClassName
{
color: #84DEC0;
}
.AnyTagClassName
{
color: #84DEC0;
}
</style>
background-color css
<style>
a { background-color: #84DEC0; }
a { background-color: rgb(132,222,192); }
div.DivClassName
{
background-color: #84DEC0;
}
.BgClassName
{
background-color: #84DEC0;
}
</style>
border-color css
<style>
span { border-color: #84DEC0; }
span { border-color: rgb(132,222,192); }
td.TdClassName
{
border-color: #84DEC0;
}
.TagClassName
{
border-color: #84DEC0;
}
</style>