Shades of Riptide #84DAC9
Tints of Riptide #84DAC9
RGB
CMYK
RGB Variations
Color information
#84DAC9 (or 0x84DAC9) is known color: Riptide. HEX triplet: 84, DA and C9. RGB value is (132,218,201). Sum of RGB (Red+Green+Blue) = 132+218+201=551 (72% of max value = 765). Red value is 132 (51.95% from 255 or 23.96% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAC9 is #7B2536. Grayscale: #BEBEBE. Windows color (decimal): -8070455 or 13228676. OLE color: 13228676.
HSL color Cylindrical-coordinate representation of color #84DAC9: hue angle of 168.14º 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 #84DAC9 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 218 | 201 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.15 |
| HSL | 168.14º | 0.54% | 0.69% | - |
| HSV(B) | 168.14º | 0.39% | 0.85% | - |
| XYZ | 45.13 | 59.27 | 64.32 | - |
| YUV | 190.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 218 | 201 | 0.39 | 0 | 0.08 | 0.15 | 168.14 | 0.54 | 0.69 |
| Hex | 84 | DA | C9 | 27 | 0 | 8 | F | A8 | 36 | 45 |
| Octal | 204 | 332 | 311 | 47 | 0 | 10 | 17 | 250 | 66 | 105 |
| Binary | 10000100 | 11011010 | 11001001 | 100111 | 0 | 1000 | 1111 | 10101000 | 110110 | 1000101 |
Color Harmonies of #84DAC9
Complementary color
Monochromatic Colors of #84DAC9
Black with #84DAC9
Text Example
Text Example
White with #84DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DAC9; }
p { color: rgb(132,218,201); }
H1.HeaderClassName
{
color: #84DAC9;
}
.AnyTagClassName
{
color: #84DAC9;
}
</style>
background-color css
<style>
a { background-color: #84DAC9; }
a { background-color: rgb(132,218,201); }
div.DivClassName
{
background-color: #84DAC9;
}
.BgClassName
{
background-color: #84DAC9;
}
</style>
border-color css
<style>
span { border-color: #84DAC9; }
span { border-color: rgb(132,218,201); }
td.TdClassName
{
border-color: #84DAC9;
}
.TagClassName
{
border-color: #84DAC9;
}
</style>