Shades of Riptide #82E6C4
Tints of Riptide #82E6C4
RGB
CMYK
RGB Variations
Color information
#82E6C4 (or 0x82E6C4) is known color: Riptide. HEX triplet: 82, E6 and C4. RGB value is (130,230,196). Sum of RGB (Red+Green+Blue) = 130+230+196=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #82E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E6C4 is #7D193B. Grayscale: #C4C4C4. Windows color (decimal): -8198460 or 12904066. OLE color: 12904066.
HSL color Cylindrical-coordinate representation of color #82E6C4: hue angle of 159.6º 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 #82E6C4 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 230 | 196 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.10 |
| HSL | 159.6º | 0.67% | 0.71% | - |
| HSV(B) | 159.6º | 0.43% | 0.9% | - |
| XYZ | 47.47 | 65.32 | 62.33 | - |
| YUV | 196.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 230 | 196 | 0.43 | 0 | 0.15 | 0.10 | 159.6 | 0.67 | 0.71 |
| Hex | 82 | E6 | C4 | 2B | 0 | F | A | A0 | 43 | 47 |
| Octal | 202 | 346 | 304 | 53 | 0 | 17 | 12 | 240 | 103 | 107 |
| Binary | 10000010 | 11100110 | 11000100 | 101011 | 0 | 1111 | 1010 | 10100000 | 1000011 | 1000111 |
Color Harmonies of #82E6C4
Complementary color
Monochromatic Colors of #82E6C4
Black with #82E6C4
Text Example
Text Example
White with #82E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E6C4; }
p { color: rgb(130,230,196); }
H1.HeaderClassName
{
color: #82E6C4;
}
.AnyTagClassName
{
color: #82E6C4;
}
</style>
background-color css
<style>
a { background-color: #82E6C4; }
a { background-color: rgb(130,230,196); }
div.DivClassName
{
background-color: #82E6C4;
}
.BgClassName
{
background-color: #82E6C4;
}
</style>
border-color css
<style>
span { border-color: #82E6C4; }
span { border-color: rgb(130,230,196); }
td.TdClassName
{
border-color: #82E6C4;
}
.TagClassName
{
border-color: #82E6C4;
}
</style>