Shades of Riptide #84DAC5
Tints of Riptide #84DAC5
RGB
CMYK
RGB Variations
Color information
#84DAC5 (or 0x84DAC5) is known color: Riptide. HEX triplet: 84, DA and C5. RGB value is (132,218,197). Sum of RGB (Red+Green+Blue) = 132+218+197=547 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.13% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAC5 is #7B253A. Grayscale: #BDBDBD. Windows color (decimal): -8070459 or 12966532. OLE color: 12966532.
HSL color Cylindrical-coordinate representation of color #84DAC5: hue angle of 165.35º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84DAC5 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 197 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.15 |
| HSL | 165.35º | 0.54% | 0.69% | - |
| HSV(B) | 165.35º | 0.39% | 0.85% | - |
| XYZ | 44.67 | 59.08 | 61.87 | - |
| YUV | 189.89 | 132.01 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 197 | 0.39 | 0 | 0.10 | 0.15 | 165.35 | 0.54 | 0.69 |
| Hex | 84 | DA | C5 | 27 | 0 | A | F | A5 | 36 | 45 |
| Octal | 204 | 332 | 305 | 47 | 0 | 12 | 17 | 245 | 66 | 105 |
| Binary | 10000100 | 11011010 | 11000101 | 100111 | 0 | 1010 | 1111 | 10100101 | 110110 | 1000101 |
Color Harmonies of #84DAC5
Complementary color
Monochromatic Colors of #84DAC5
Black with #84DAC5
Text Example
Text Example
White with #84DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAC5; }
p { color: rgb(132,218,197); }
H1.HeaderClassName
{
color: #84DAC5;
}
.AnyTagClassName
{
color: #84DAC5;
}
</style>
background-color css
<style>
a { background-color: #84DAC5; }
a { background-color: rgb(132,218,197); }
div.DivClassName
{
background-color: #84DAC5;
}
.BgClassName
{
background-color: #84DAC5;
}
</style>
border-color css
<style>
span { border-color: #84DAC5; }
span { border-color: rgb(132,218,197); }
td.TdClassName
{
border-color: #84DAC5;
}
.TagClassName
{
border-color: #84DAC5;
}
</style>