Shades of Riptide #84DED0
Tints of Riptide #84DED0
RGB
CMYK
RGB Variations
Color information
#84DED0 (or 0x84DED0) is known color: Riptide. HEX triplet: 84, DE and D0. RGB value is (132,222,208). Sum of RGB (Red+Green+Blue) = 132+222+208=562 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.49% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #84DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DED0 is #7B212F. Grayscale: #C1C1C1. Windows color (decimal): -8069424 or 13688452. OLE color: 13688452.
HSL color Cylindrical-coordinate representation of color #84DED0: hue angle of 170.67º 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 #84DED0 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 208 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.13 |
| HSL | 170.67º | 0.58% | 0.69% | - |
| HSV(B) | 170.67º | 0.41% | 0.87% | - |
| XYZ | 47.02 | 61.7 | 69.11 | - |
| YUV | 193.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 208 | 0.41 | 0 | 0.06 | 0.13 | 170.67 | 0.58 | 0.69 |
| Hex | 84 | DE | D0 | 29 | 0 | 6 | D | AB | 3A | 45 |
| Octal | 204 | 336 | 320 | 51 | 0 | 6 | 15 | 253 | 72 | 105 |
| Binary | 10000100 | 11011110 | 11010000 | 101001 | 0 | 110 | 1101 | 10101011 | 111010 | 1000101 |
Color Harmonies of #84DED0
Complementary color
Monochromatic Colors of #84DED0
Black with #84DED0
Text Example
Text Example
White with #84DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DED0; }
p { color: rgb(132,222,208); }
H1.HeaderClassName
{
color: #84DED0;
}
.AnyTagClassName
{
color: #84DED0;
}
</style>
background-color css
<style>
a { background-color: #84DED0; }
a { background-color: rgb(132,222,208); }
div.DivClassName
{
background-color: #84DED0;
}
.BgClassName
{
background-color: #84DED0;
}
</style>
border-color css
<style>
span { border-color: #84DED0; }
span { border-color: rgb(132,222,208); }
td.TdClassName
{
border-color: #84DED0;
}
.TagClassName
{
border-color: #84DED0;
}
</style>