Shades of Riptide #82DBD2
Tints of Riptide #82DBD2
RGB
CMYK
RGB Variations
Color information
#82DBD2 (or 0x82DBD2) is known color: Riptide. HEX triplet: 82, DB and D2. RGB value is (130,219,210). Sum of RGB (Red+Green+Blue) = 130+219+210=559 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.26% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBD2 is #7D242D. Grayscale: #BFBFBF. Windows color (decimal): -8201262 or 13818754. OLE color: 13818754.
HSL color Cylindrical-coordinate representation of color #82DBD2: hue angle of 173.93º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBD2 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 210 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.14 |
| HSL | 173.93º | 0.55% | 0.68% | - |
| HSV(B) | 173.93º | 0.41% | 0.86% | - |
| XYZ | 46.17 | 60.06 | 70.13 | - |
| YUV | 191.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 210 | 0.41 | 0 | 0.04 | 0.14 | 173.93 | 0.55 | 0.68 |
| Hex | 82 | DB | D2 | 29 | 0 | 4 | E | AE | 37 | 44 |
| Octal | 202 | 333 | 322 | 51 | 0 | 4 | 16 | 256 | 67 | 104 |
| Binary | 10000010 | 11011011 | 11010010 | 101001 | 0 | 100 | 1110 | 10101110 | 110111 | 1000100 |
Color Harmonies of #82DBD2
Complementary color
Monochromatic Colors of #82DBD2
Black with #82DBD2
Text Example
Text Example
White with #82DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBD2; }
p { color: rgb(130,219,210); }
H1.HeaderClassName
{
color: #82DBD2;
}
.AnyTagClassName
{
color: #82DBD2;
}
</style>
background-color css
<style>
a { background-color: #82DBD2; }
a { background-color: rgb(130,219,210); }
div.DivClassName
{
background-color: #82DBD2;
}
.BgClassName
{
background-color: #82DBD2;
}
</style>
border-color css
<style>
span { border-color: #82DBD2; }
span { border-color: rgb(130,219,210); }
td.TdClassName
{
border-color: #82DBD2;
}
.TagClassName
{
border-color: #82DBD2;
}
</style>