Shades of Riptide #84DDC4
Tints of Riptide #84DDC4
RGB
CMYK
RGB Variations
Color information
#84DDC4 (or 0x84DDC4) is known color: Riptide. HEX triplet: 84, DD and C4. RGB value is (132,221,196). Sum of RGB (Red+Green+Blue) = 132+221+196=549 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.04% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDC4 is #7B223B. Grayscale: #BFBFBF. Windows color (decimal): -8069692 or 12901764. OLE color: 12901764.
HSL color Cylindrical-coordinate representation of color #84DDC4: hue angle of 163.15º 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 #84DDC4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 196 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.13 |
| HSL | 163.15º | 0.57% | 0.69% | - |
| HSV(B) | 163.15º | 0.4% | 0.87% | - |
| XYZ | 45.34 | 60.6 | 61.53 | - |
| YUV | 191.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 196 | 0.40 | 0 | 0.11 | 0.13 | 163.15 | 0.57 | 0.69 |
| Hex | 84 | DD | C4 | 28 | 0 | B | D | A3 | 39 | 45 |
| Octal | 204 | 335 | 304 | 50 | 0 | 13 | 15 | 243 | 71 | 105 |
| Binary | 10000100 | 11011101 | 11000100 | 101000 | 0 | 1011 | 1101 | 10100011 | 111001 | 1000101 |
Color Harmonies of #84DDC4
Complementary color
Monochromatic Colors of #84DDC4
Black with #84DDC4
Text Example
Text Example
White with #84DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DDC4; }
p { color: rgb(132,221,196); }
H1.HeaderClassName
{
color: #84DDC4;
}
.AnyTagClassName
{
color: #84DDC4;
}
</style>
background-color css
<style>
a { background-color: #84DDC4; }
a { background-color: rgb(132,221,196); }
div.DivClassName
{
background-color: #84DDC4;
}
.BgClassName
{
background-color: #84DDC4;
}
</style>
border-color css
<style>
span { border-color: #84DDC4; }
span { border-color: rgb(132,221,196); }
td.TdClassName
{
border-color: #84DDC4;
}
.TagClassName
{
border-color: #84DDC4;
}
</style>