Shades of Riptide #84DEBF
Tints of Riptide #84DEBF
RGB
CMYK
RGB Variations
Color information
#84DEBF (or 0x84DEBF) is known color: Riptide. HEX triplet: 84, DE and BF. RGB value is (132,222,191). Sum of RGB (Red+Green+Blue) = 132+222+191=545 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.22% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEBF is #7B2140. Grayscale: #BFBFBF. Windows color (decimal): -8069441 or 12574340. OLE color: 12574340.
HSL color Cylindrical-coordinate representation of color #84DEBF: hue angle of 159.33º 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 #84DEBF is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 191 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.13 |
| HSL | 159.33º | 0.58% | 0.69% | - |
| HSV(B) | 159.33º | 0.41% | 0.87% | - |
| XYZ | 45.04 | 60.91 | 58.67 | - |
| YUV | 191.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 191 | 0.41 | 0 | 0.14 | 0.13 | 159.33 | 0.58 | 0.69 |
| Hex | 84 | DE | BF | 29 | 0 | E | D | 9F | 3A | 45 |
| Octal | 204 | 336 | 277 | 51 | 0 | 16 | 15 | 237 | 72 | 105 |
| Binary | 10000100 | 11011110 | 10111111 | 101001 | 0 | 1110 | 1101 | 10011111 | 111010 | 1000101 |
Color Harmonies of #84DEBF
Complementary color
Monochromatic Colors of #84DEBF
Black with #84DEBF
Text Example
Text Example
White with #84DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEBF; }
p { color: rgb(132,222,191); }
H1.HeaderClassName
{
color: #84DEBF;
}
.AnyTagClassName
{
color: #84DEBF;
}
</style>
background-color css
<style>
a { background-color: #84DEBF; }
a { background-color: rgb(132,222,191); }
div.DivClassName
{
background-color: #84DEBF;
}
.BgClassName
{
background-color: #84DEBF;
}
</style>
border-color css
<style>
span { border-color: #84DEBF; }
span { border-color: rgb(132,222,191); }
td.TdClassName
{
border-color: #84DEBF;
}
.TagClassName
{
border-color: #84DEBF;
}
</style>