Shades of Riptide #82DFC6
Tints of Riptide #82DFC6
RGB
CMYK
RGB Variations
Color information
#82DFC6 (or 0x82DFC6) is known color: Riptide. HEX triplet: 82, DF and C6. RGB value is (130,223,198). Sum of RGB (Red+Green+Blue) = 130+223+198=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFC6 is #7D2039. Grayscale: #C0C0C0. Windows color (decimal): -8200250 or 13033346. OLE color: 13033346.
HSL color Cylindrical-coordinate representation of color #82DFC6: hue angle of 163.87º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DFC6 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 198 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.13 |
| HSL | 163.87º | 0.59% | 0.69% | - |
| HSV(B) | 163.87º | 0.42% | 0.87% | - |
| XYZ | 45.79 | 61.6 | 62.9 | - |
| YUV | 192.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 198 | 0.42 | 0 | 0.11 | 0.13 | 163.87 | 0.59 | 0.69 |
| Hex | 82 | DF | C6 | 2A | 0 | B | D | A4 | 3B | 45 |
| Octal | 202 | 337 | 306 | 52 | 0 | 13 | 15 | 244 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11000110 | 101010 | 0 | 1011 | 1101 | 10100100 | 111011 | 1000101 |
Color Harmonies of #82DFC6
Complementary color
Monochromatic Colors of #82DFC6
Black with #82DFC6
Text Example
Text Example
White with #82DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFC6; }
p { color: rgb(130,223,198); }
H1.HeaderClassName
{
color: #82DFC6;
}
.AnyTagClassName
{
color: #82DFC6;
}
</style>
background-color css
<style>
a { background-color: #82DFC6; }
a { background-color: rgb(130,223,198); }
div.DivClassName
{
background-color: #82DFC6;
}
.BgClassName
{
background-color: #82DFC6;
}
</style>
border-color css
<style>
span { border-color: #82DFC6; }
span { border-color: rgb(130,223,198); }
td.TdClassName
{
border-color: #82DFC6;
}
.TagClassName
{
border-color: #82DFC6;
}
</style>