Shades of Riptide #82E2C2
Tints of Riptide #82E2C2
RGB
CMYK
RGB Variations
Color information
#82E2C2 (or 0x82E2C2) is known color: Riptide. HEX triplet: 82, E2 and C2. RGB value is (130,226,194). Sum of RGB (Red+Green+Blue) = 130+226+194=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #82E2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E2C2 is #7D1D3D. Grayscale: #C1C1C1. Windows color (decimal): -8199486 or 12771970. OLE color: 12771970.
HSL color Cylindrical-coordinate representation of color #82E2C2: hue angle of 160º 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 #82E2C2 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 226 | 194 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.11 |
| HSL | 160º | 0.62% | 0.7% | - |
| HSV(B) | 160º | 0.42% | 0.89% | - |
| XYZ | 46.14 | 63.03 | 60.77 | - |
| YUV | 193.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 226 | 194 | 0.42 | 0 | 0.14 | 0.11 | 160 | 0.62 | 0.7 |
| Hex | 82 | E2 | C2 | 2A | 0 | E | B | A0 | 3E | 46 |
| Octal | 202 | 342 | 302 | 52 | 0 | 16 | 13 | 240 | 76 | 106 |
| Binary | 10000010 | 11100010 | 11000010 | 101010 | 0 | 1110 | 1011 | 10100000 | 111110 | 1000110 |
Color Harmonies of #82E2C2
Complementary color
Monochromatic Colors of #82E2C2
Black with #82E2C2
Text Example
Text Example
White with #82E2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E2C2; }
p { color: rgb(130,226,194); }
H1.HeaderClassName
{
color: #82E2C2;
}
.AnyTagClassName
{
color: #82E2C2;
}
</style>
background-color css
<style>
a { background-color: #82E2C2; }
a { background-color: rgb(130,226,194); }
div.DivClassName
{
background-color: #82E2C2;
}
.BgClassName
{
background-color: #82E2C2;
}
</style>
border-color css
<style>
span { border-color: #82E2C2; }
span { border-color: rgb(130,226,194); }
td.TdClassName
{
border-color: #82E2C2;
}
.TagClassName
{
border-color: #82E2C2;
}
</style>