Shades of Riptide #82E2DA
Tints of Riptide #82E2DA
RGB
CMYK
RGB Variations
Color information
#82E2DA (or 0x82E2DA) is known color: Riptide. HEX triplet: 82, E2 and DA. RGB value is (130,226,218). Sum of RGB (Red+Green+Blue) = 130+226+218=574 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.65% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #82E2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E2DA is #7D1D25. Grayscale: #C4C4C4. Windows color (decimal): -8199462 or 14344834. OLE color: 14344834.
HSL color Cylindrical-coordinate representation of color #82E2DA: hue angle of 175º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E2DA is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 218 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.11 |
| HSL | 175º | 0.62% | 0.7% | - |
| HSV(B) | 175º | 0.42% | 0.89% | - |
| XYZ | 49.06 | 64.2 | 76.14 | - |
| YUV | 196.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 218 | 0.42 | 0 | 0.04 | 0.11 | 175 | 0.62 | 0.7 |
| Hex | 82 | E2 | DA | 2A | 0 | 4 | B | AF | 3E | 46 |
| Octal | 202 | 342 | 332 | 52 | 0 | 4 | 13 | 257 | 76 | 106 |
| Binary | 10000010 | 11100010 | 11011010 | 101010 | 0 | 100 | 1011 | 10101111 | 111110 | 1000110 |
Color Harmonies of #82E2DA
Complementary color
Monochromatic Colors of #82E2DA
Black with #82E2DA
Text Example
Text Example
White with #82E2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E2DA; }
p { color: rgb(130,226,218); }
H1.HeaderClassName
{
color: #82E2DA;
}
.AnyTagClassName
{
color: #82E2DA;
}
</style>
background-color css
<style>
a { background-color: #82E2DA; }
a { background-color: rgb(130,226,218); }
div.DivClassName
{
background-color: #82E2DA;
}
.BgClassName
{
background-color: #82E2DA;
}
</style>
border-color css
<style>
span { border-color: #82E2DA; }
span { border-color: rgb(130,226,218); }
td.TdClassName
{
border-color: #82E2DA;
}
.TagClassName
{
border-color: #82E2DA;
}
</style>