Shades of Riptide #84DAC4
Tints of Riptide #84DAC4
RGB
CMYK
RGB Variations
Color information
#84DAC4 (or 0x84DAC4) is known color: Riptide. HEX triplet: 84, DA and C4. RGB value is (132,218,196). Sum of RGB (Red+Green+Blue) = 132+218+196=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAC4 is #7B253B. Grayscale: #BDBDBD. Windows color (decimal): -8070460 or 12900996. OLE color: 12900996.
HSL color Cylindrical-coordinate representation of color #84DAC4: hue angle of 164.65º 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 #84DAC4 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 196 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.15 |
| HSL | 164.65º | 0.54% | 0.69% | - |
| HSV(B) | 164.65º | 0.39% | 0.85% | - |
| XYZ | 44.55 | 59.03 | 61.27 | - |
| YUV | 189.78 | 131.51 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 196 | 0.39 | 0 | 0.10 | 0.15 | 164.65 | 0.54 | 0.69 |
| Hex | 84 | DA | C4 | 27 | 0 | A | F | A5 | 36 | 45 |
| Octal | 204 | 332 | 304 | 47 | 0 | 12 | 17 | 245 | 66 | 105 |
| Binary | 10000100 | 11011010 | 11000100 | 100111 | 0 | 1010 | 1111 | 10100101 | 110110 | 1000101 |
Color Harmonies of #84DAC4
Complementary color
Monochromatic Colors of #84DAC4
Black with #84DAC4
Text Example
Text Example
White with #84DAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAC4; }
p { color: rgb(132,218,196); }
H1.HeaderClassName
{
color: #84DAC4;
}
.AnyTagClassName
{
color: #84DAC4;
}
</style>
background-color css
<style>
a { background-color: #84DAC4; }
a { background-color: rgb(132,218,196); }
div.DivClassName
{
background-color: #84DAC4;
}
.BgClassName
{
background-color: #84DAC4;
}
</style>
border-color css
<style>
span { border-color: #84DAC4; }
span { border-color: rgb(132,218,196); }
td.TdClassName
{
border-color: #84DAC4;
}
.TagClassName
{
border-color: #84DAC4;
}
</style>