Shades of Riptide #82D8C5
Tints of Riptide #82D8C5
RGB
CMYK
RGB Variations
Color information
#82D8C5 (or 0x82D8C5) is known color: Riptide. HEX triplet: 82, D8 and C5. RGB value is (130,216,197). Sum of RGB (Red+Green+Blue) = 130+216+197=543 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.94% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8C5 is #7D273A. Grayscale: #BCBCBC. Windows color (decimal): -8202043 or 12966018. OLE color: 12966018.
HSL color Cylindrical-coordinate representation of color #82D8C5: hue angle of 166.74º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8C5 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 216 | 197 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.15 |
| HSL | 166.74º | 0.52% | 0.68% | - |
| HSV(B) | 166.74º | 0.4% | 0.85% | - |
| XYZ | 43.84 | 57.89 | 61.69 | - |
| YUV | 188.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 197 | 0.40 | 0 | 0.09 | 0.15 | 166.74 | 0.52 | 0.68 |
| Hex | 82 | D8 | C5 | 28 | 0 | 9 | F | A7 | 34 | 44 |
| Octal | 202 | 330 | 305 | 50 | 0 | 11 | 17 | 247 | 64 | 104 |
| Binary | 10000010 | 11011000 | 11000101 | 101000 | 0 | 1001 | 1111 | 10100111 | 110100 | 1000100 |
Color Harmonies of #82D8C5
Complementary color
Monochromatic Colors of #82D8C5
Black with #82D8C5
Text Example
Text Example
White with #82D8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D8C5; }
p { color: rgb(130,216,197); }
H1.HeaderClassName
{
color: #82D8C5;
}
.AnyTagClassName
{
color: #82D8C5;
}
</style>
background-color css
<style>
a { background-color: #82D8C5; }
a { background-color: rgb(130,216,197); }
div.DivClassName
{
background-color: #82D8C5;
}
.BgClassName
{
background-color: #82D8C5;
}
</style>
border-color css
<style>
span { border-color: #82D8C5; }
span { border-color: rgb(130,216,197); }
td.TdClassName
{
border-color: #82D8C5;
}
.TagClassName
{
border-color: #82D8C5;
}
</style>