Shades of Riptide #82E6BD
Tints of Riptide #82E6BD
RGB
CMYK
RGB Variations
Color information
#82E6BD (or 0x82E6BD) is known color: Riptide. HEX triplet: 82, E6 and BD. RGB value is (130,230,189). Sum of RGB (Red+Green+Blue) = 130+230+189=549 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.68% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E6BD is #7D1942. Grayscale: #C3C3C3. Windows color (decimal): -8198467 or 12445314. OLE color: 12445314.
HSL color Cylindrical-coordinate representation of color #82E6BD: hue angle of 155.4º 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 #82E6BD is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 189 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.10 |
| HSL | 155.4º | 0.67% | 0.71% | - |
| HSV(B) | 155.4º | 0.43% | 0.9% | - |
| XYZ | 46.69 | 65.01 | 58.23 | - |
| YUV | 195.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 189 | 0.43 | 0 | 0.18 | 0.10 | 155.4 | 0.67 | 0.71 |
| Hex | 82 | E6 | BD | 2B | 0 | 12 | A | 9B | 43 | 47 |
| Octal | 202 | 346 | 275 | 53 | 0 | 22 | 12 | 233 | 103 | 107 |
| Binary | 10000010 | 11100110 | 10111101 | 101011 | 0 | 10010 | 1010 | 10011011 | 1000011 | 1000111 |
Color Harmonies of #82E6BD
Complementary color
Monochromatic Colors of #82E6BD
Black with #82E6BD
Text Example
Text Example
White with #82E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6BD; }
p { color: rgb(130,230,189); }
H1.HeaderClassName
{
color: #82E6BD;
}
.AnyTagClassName
{
color: #82E6BD;
}
</style>
background-color css
<style>
a { background-color: #82E6BD; }
a { background-color: rgb(130,230,189); }
div.DivClassName
{
background-color: #82E6BD;
}
.BgClassName
{
background-color: #82E6BD;
}
</style>
border-color css
<style>
span { border-color: #82E6BD; }
span { border-color: rgb(130,230,189); }
td.TdClassName
{
border-color: #82E6BD;
}
.TagClassName
{
border-color: #82E6BD;
}
</style>