Shades of Riptide #84D8D1
Tints of Riptide #84D8D1
RGB
CMYK
RGB Variations
Color information
#84D8D1 (or 0x84D8D1) is known color: Riptide. HEX triplet: 84, D8 and D1. RGB value is (132,216,209). Sum of RGB (Red+Green+Blue) = 132+216+209=557 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.70% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #84D8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D8D1 is #7B272E. Grayscale: #BEBEBE. Windows color (decimal): -8070959 or 13752452. OLE color: 13752452.
HSL color Cylindrical-coordinate representation of color #84D8D1: hue angle of 175º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D8D1 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 209 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.15 |
| HSL | 175º | 0.52% | 0.68% | - |
| HSV(B) | 175º | 0.39% | 0.85% | - |
| XYZ | 45.58 | 58.62 | 69.23 | - |
| YUV | 190.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 209 | 0.39 | 0 | 0.03 | 0.15 | 175 | 0.52 | 0.68 |
| Hex | 84 | D8 | D1 | 27 | 0 | 3 | F | AF | 34 | 44 |
| Octal | 204 | 330 | 321 | 47 | 0 | 3 | 17 | 257 | 64 | 104 |
| Binary | 10000100 | 11011000 | 11010001 | 100111 | 0 | 11 | 1111 | 10101111 | 110100 | 1000100 |
Color Harmonies of #84D8D1
Complementary color
Monochromatic Colors of #84D8D1
Black with #84D8D1
Text Example
Text Example
White with #84D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D8D1; }
p { color: rgb(132,216,209); }
H1.HeaderClassName
{
color: #84D8D1;
}
.AnyTagClassName
{
color: #84D8D1;
}
</style>
background-color css
<style>
a { background-color: #84D8D1; }
a { background-color: rgb(132,216,209); }
div.DivClassName
{
background-color: #84D8D1;
}
.BgClassName
{
background-color: #84D8D1;
}
</style>
border-color css
<style>
span { border-color: #84D8D1; }
span { border-color: rgb(132,216,209); }
td.TdClassName
{
border-color: #84D8D1;
}
.TagClassName
{
border-color: #84D8D1;
}
</style>