Shades of Riptide #84DFC1
Tints of Riptide #84DFC1
RGB
CMYK
RGB Variations
Color information
#84DFC1 (or 0x84DFC1) is known color: Riptide. HEX triplet: 84, DF and C1. RGB value is (132,223,193). Sum of RGB (Red+Green+Blue) = 132+223+193=548 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.09% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #84DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DFC1 is #7B203E. Grayscale: #C0C0C0. Windows color (decimal): -8069183 or 12705668. OLE color: 12705668.
HSL color Cylindrical-coordinate representation of color #84DFC1: hue angle of 160.22º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DFC1 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 223 | 193 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.13 |
| HSL | 160.22º | 0.59% | 0.7% | - |
| HSV(B) | 160.22º | 0.41% | 0.87% | - |
| XYZ | 45.53 | 61.53 | 59.93 | - |
| YUV | 192.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 223 | 193 | 0.41 | 0 | 0.13 | 0.13 | 160.22 | 0.59 | 0.7 |
| Hex | 84 | DF | C1 | 29 | 0 | D | D | A0 | 3B | 46 |
| Octal | 204 | 337 | 301 | 51 | 0 | 15 | 15 | 240 | 73 | 106 |
| Binary | 10000100 | 11011111 | 11000001 | 101001 | 0 | 1101 | 1101 | 10100000 | 111011 | 1000110 |
Color Harmonies of #84DFC1
Complementary color
Monochromatic Colors of #84DFC1
Black with #84DFC1
Text Example
Text Example
White with #84DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DFC1; }
p { color: rgb(132,223,193); }
H1.HeaderClassName
{
color: #84DFC1;
}
.AnyTagClassName
{
color: #84DFC1;
}
</style>
background-color css
<style>
a { background-color: #84DFC1; }
a { background-color: rgb(132,223,193); }
div.DivClassName
{
background-color: #84DFC1;
}
.BgClassName
{
background-color: #84DFC1;
}
</style>
border-color css
<style>
span { border-color: #84DFC1; }
span { border-color: rgb(132,223,193); }
td.TdClassName
{
border-color: #84DFC1;
}
.TagClassName
{
border-color: #84DFC1;
}
</style>