Shades of Riptide #82DFDA
Tints of Riptide #82DFDA
RGB
CMYK
RGB Variations
Color information
#82DFDA (or 0x82DFDA) is known color: Riptide. HEX triplet: 82, DF and DA. RGB value is (130,223,218). Sum of RGB (Red+Green+Blue) = 130+223+218=571 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.77% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFDA is #7D2025. Grayscale: #C2C2C2. Windows color (decimal): -8200230 or 14344066. OLE color: 14344066.
HSL color Cylindrical-coordinate representation of color #82DFDA: hue angle of 176.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFDA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 218 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.13 |
| HSL | 176.77º | 0.59% | 0.69% | - |
| HSV(B) | 176.77º | 0.42% | 0.87% | - |
| XYZ | 48.25 | 62.58 | 75.87 | - |
| YUV | 194.62 | 141.19 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 218 | 0.42 | 0 | 0.02 | 0.13 | 176.77 | 0.59 | 0.69 |
| Hex | 82 | DF | DA | 2A | 0 | 2 | D | B1 | 3B | 45 |
| Octal | 202 | 337 | 332 | 52 | 0 | 2 | 15 | 261 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11011010 | 101010 | 0 | 10 | 1101 | 10110001 | 111011 | 1000101 |
Color Harmonies of #82DFDA
Complementary color
Monochromatic Colors of #82DFDA
Black with #82DFDA
Text Example
Text Example
White with #82DFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFDA; }
p { color: rgb(130,223,218); }
H1.HeaderClassName
{
color: #82DFDA;
}
.AnyTagClassName
{
color: #82DFDA;
}
</style>
background-color css
<style>
a { background-color: #82DFDA; }
a { background-color: rgb(130,223,218); }
div.DivClassName
{
background-color: #82DFDA;
}
.BgClassName
{
background-color: #82DFDA;
}
</style>
border-color css
<style>
span { border-color: #82DFDA; }
span { border-color: rgb(130,223,218); }
td.TdClassName
{
border-color: #82DFDA;
}
.TagClassName
{
border-color: #82DFDA;
}
</style>