Shades of Riptide #82E6DA
Tints of Riptide #82E6DA
RGB
CMYK
RGB Variations
Color information
#82E6DA (or 0x82E6DA) is known color: Riptide. HEX triplet: 82, E6 and DA. RGB value is (130,230,218). Sum of RGB (Red+Green+Blue) = 130+230+218=578 (76% of max value = 765). Red value is 130 (51.17% from 255 or 22.49% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E6DA is #7D1925. Grayscale: #C6C6C6. Windows color (decimal): -8198438 or 14345858. OLE color: 14345858.
HSL color Cylindrical-coordinate representation of color #82E6DA: hue angle of 172.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E6DA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 218 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.10 |
| HSL | 172.8º | 0.67% | 0.71% | - |
| HSV(B) | 172.8º | 0.43% | 0.9% | - |
| XYZ | 50.16 | 66.4 | 76.5 | - |
| YUV | 198.73 | 138.87 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 218 | 0.43 | 0 | 0.05 | 0.10 | 172.8 | 0.67 | 0.71 |
| Hex | 82 | E6 | DA | 2B | 0 | 5 | A | AD | 43 | 47 |
| Octal | 202 | 346 | 332 | 53 | 0 | 5 | 12 | 255 | 103 | 107 |
| Binary | 10000010 | 11100110 | 11011010 | 101011 | 0 | 101 | 1010 | 10101101 | 1000011 | 1000111 |
Color Harmonies of #82E6DA
Complementary color
Monochromatic Colors of #82E6DA
Black with #82E6DA
Text Example
Text Example
White with #82E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6DA; }
p { color: rgb(130,230,218); }
H1.HeaderClassName
{
color: #82E6DA;
}
.AnyTagClassName
{
color: #82E6DA;
}
</style>
background-color css
<style>
a { background-color: #82E6DA; }
a { background-color: rgb(130,230,218); }
div.DivClassName
{
background-color: #82E6DA;
}
.BgClassName
{
background-color: #82E6DA;
}
</style>
border-color css
<style>
span { border-color: #82E6DA; }
span { border-color: rgb(130,230,218); }
td.TdClassName
{
border-color: #82E6DA;
}
.TagClassName
{
border-color: #82E6DA;
}
</style>