Shades of Riptide #82E8C4
Tints of Riptide #82E8C4
RGB
CMYK
RGB Variations
Color information
#82E8C4 (or 0x82E8C4) is known color: Riptide. HEX triplet: 82, E8 and C4. RGB value is (130,232,196). Sum of RGB (Red+Green+Blue) = 130+232+196=558 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.30% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #82E8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E8C4 is #7D173B. Grayscale: #C5C5C5. Windows color (decimal): -8197948 or 12904578. OLE color: 12904578.
HSL color Cylindrical-coordinate representation of color #82E8C4: hue angle of 158.82º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E8C4 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 232 | 196 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.09 |
| HSL | 158.82º | 0.69% | 0.71% | - |
| HSV(B) | 158.82º | 0.44% | 0.91% | - |
| XYZ | 48.03 | 66.44 | 62.52 | - |
| YUV | 197.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 232 | 196 | 0.44 | 0 | 0.16 | 0.09 | 158.82 | 0.69 | 0.71 |
| Hex | 82 | E8 | C4 | 2C | 0 | 10 | 9 | 9F | 45 | 47 |
| Octal | 202 | 350 | 304 | 54 | 0 | 20 | 11 | 237 | 105 | 107 |
| Binary | 10000010 | 11101000 | 11000100 | 101100 | 0 | 10000 | 1001 | 10011111 | 1000101 | 1000111 |
Color Harmonies of #82E8C4
Complementary color
Monochromatic Colors of #82E8C4
Black with #82E8C4
Text Example
Text Example
White with #82E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E8C4; }
p { color: rgb(130,232,196); }
H1.HeaderClassName
{
color: #82E8C4;
}
.AnyTagClassName
{
color: #82E8C4;
}
</style>
background-color css
<style>
a { background-color: #82E8C4; }
a { background-color: rgb(130,232,196); }
div.DivClassName
{
background-color: #82E8C4;
}
.BgClassName
{
background-color: #82E8C4;
}
</style>
border-color css
<style>
span { border-color: #82E8C4; }
span { border-color: rgb(130,232,196); }
td.TdClassName
{
border-color: #82E8C4;
}
.TagClassName
{
border-color: #82E8C4;
}
</style>