Shades of Riptide #82DBD0
Tints of Riptide #82DBD0
RGB
CMYK
RGB Variations
Color information
#82DBD0 (or 0x82DBD0) is known color: Riptide. HEX triplet: 82, DB and D0. RGB value is (130,219,208). Sum of RGB (Red+Green+Blue) = 130+219+208=557 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.34% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBD0 is #7D242F. Grayscale: #BFBFBF. Windows color (decimal): -8201264 or 13687682. OLE color: 13687682.
HSL color Cylindrical-coordinate representation of color #82DBD0: hue angle of 172.58º 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 #82DBD0 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 208 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.14 |
| HSL | 172.58º | 0.55% | 0.68% | - |
| HSV(B) | 172.58º | 0.41% | 0.86% | - |
| XYZ | 45.92 | 59.96 | 68.83 | - |
| YUV | 191.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 208 | 0.41 | 0 | 0.05 | 0.14 | 172.58 | 0.55 | 0.68 |
| Hex | 82 | DB | D0 | 29 | 0 | 5 | E | AD | 37 | 44 |
| Octal | 202 | 333 | 320 | 51 | 0 | 5 | 16 | 255 | 67 | 104 |
| Binary | 10000010 | 11011011 | 11010000 | 101001 | 0 | 101 | 1110 | 10101101 | 110111 | 1000100 |
Color Harmonies of #82DBD0
Complementary color
Monochromatic Colors of #82DBD0
Black with #82DBD0
Text Example
Text Example
White with #82DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBD0; }
p { color: rgb(130,219,208); }
H1.HeaderClassName
{
color: #82DBD0;
}
.AnyTagClassName
{
color: #82DBD0;
}
</style>
background-color css
<style>
a { background-color: #82DBD0; }
a { background-color: rgb(130,219,208); }
div.DivClassName
{
background-color: #82DBD0;
}
.BgClassName
{
background-color: #82DBD0;
}
</style>
border-color css
<style>
span { border-color: #82DBD0; }
span { border-color: rgb(130,219,208); }
td.TdClassName
{
border-color: #82DBD0;
}
.TagClassName
{
border-color: #82DBD0;
}
</style>