Shades of Riptide #82DFC0
Tints of Riptide #82DFC0
RGB
CMYK
RGB Variations
Color information
#82DFC0 (or 0x82DFC0) is known color: Riptide. HEX triplet: 82, DF and C0. RGB value is (130,223,192). Sum of RGB (Red+Green+Blue) = 130+223+192=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFC0 is #7D203F. Grayscale: #BFBFBF. Windows color (decimal): -8200256 or 12640130. OLE color: 12640130.
HSL color Cylindrical-coordinate representation of color #82DFC0: hue angle of 160º 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 #82DFC0 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 192 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.13 |
| HSL | 160º | 0.59% | 0.69% | - |
| HSV(B) | 160º | 0.42% | 0.87% | - |
| XYZ | 45.11 | 61.33 | 59.33 | - |
| YUV | 191.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 192 | 0.42 | 0 | 0.14 | 0.13 | 160 | 0.59 | 0.69 |
| Hex | 82 | DF | C0 | 2A | 0 | E | D | A0 | 3B | 45 |
| Octal | 202 | 337 | 300 | 52 | 0 | 16 | 15 | 240 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11000000 | 101010 | 0 | 1110 | 1101 | 10100000 | 111011 | 1000101 |
Color Harmonies of #82DFC0
Complementary color
Monochromatic Colors of #82DFC0
Black with #82DFC0
Text Example
Text Example
White with #82DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFC0; }
p { color: rgb(130,223,192); }
H1.HeaderClassName
{
color: #82DFC0;
}
.AnyTagClassName
{
color: #82DFC0;
}
</style>
background-color css
<style>
a { background-color: #82DFC0; }
a { background-color: rgb(130,223,192); }
div.DivClassName
{
background-color: #82DFC0;
}
.BgClassName
{
background-color: #82DFC0;
}
</style>
border-color css
<style>
span { border-color: #82DFC0; }
span { border-color: rgb(130,223,192); }
td.TdClassName
{
border-color: #82DFC0;
}
.TagClassName
{
border-color: #82DFC0;
}
</style>