Shades of Riptide #82D9D0
Tints of Riptide #82D9D0
RGB
CMYK
RGB Variations
Color information
#82D9D0 (or 0x82D9D0) is known color: Riptide. HEX triplet: 82, D9 and D0. RGB value is (130,217,208). Sum of RGB (Red+Green+Blue) = 130+217+208=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #82D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D9D0 is #7D262F. Grayscale: #BDBDBD. Windows color (decimal): -8201776 or 13687170. OLE color: 13687170.
HSL color Cylindrical-coordinate representation of color #82D9D0: hue angle of 173.79º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D9D0 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 217 | 208 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.15 |
| HSL | 173.79º | 0.53% | 0.68% | - |
| HSV(B) | 173.79º | 0.4% | 0.85% | - |
| XYZ | 45.4 | 58.93 | 68.66 | - |
| YUV | 189.96 | 138.18 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 217 | 208 | 0.40 | 0 | 0.04 | 0.15 | 173.79 | 0.53 | 0.68 |
| Hex | 82 | D9 | D0 | 28 | 0 | 4 | F | AE | 35 | 44 |
| Octal | 202 | 331 | 320 | 50 | 0 | 4 | 17 | 256 | 65 | 104 |
| Binary | 10000010 | 11011001 | 11010000 | 101000 | 0 | 100 | 1111 | 10101110 | 110101 | 1000100 |
Color Harmonies of #82D9D0
Complementary color
Monochromatic Colors of #82D9D0
Black with #82D9D0
Text Example
Text Example
White with #82D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D9D0; }
p { color: rgb(130,217,208); }
H1.HeaderClassName
{
color: #82D9D0;
}
.AnyTagClassName
{
color: #82D9D0;
}
</style>
background-color css
<style>
a { background-color: #82D9D0; }
a { background-color: rgb(130,217,208); }
div.DivClassName
{
background-color: #82D9D0;
}
.BgClassName
{
background-color: #82D9D0;
}
</style>
border-color css
<style>
span { border-color: #82D9D0; }
span { border-color: rgb(130,217,208); }
td.TdClassName
{
border-color: #82D9D0;
}
.TagClassName
{
border-color: #82D9D0;
}
</style>