Shades of Riptide #82DFD5
Tints of Riptide #82DFD5
RGB
CMYK
RGB Variations
Color information
#82DFD5 (or 0x82DFD5) is known color: Riptide. HEX triplet: 82, DF and D5. RGB value is (130,223,213). Sum of RGB (Red+Green+Blue) = 130+223+213=566 (74% of max value = 765). Red value is 130 (51.17% from 255 or 22.97% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFD5 is #7D202A. Grayscale: #C2C2C2. Windows color (decimal): -8200235 or 14016386. OLE color: 14016386.
HSL color Cylindrical-coordinate representation of color #82DFD5: hue angle of 173.55º 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 #82DFD5 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 213 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.13 |
| HSL | 173.55º | 0.59% | 0.69% | - |
| HSV(B) | 173.55º | 0.42% | 0.87% | - |
| XYZ | 47.6 | 62.33 | 72.47 | - |
| YUV | 194.05 | 138.69 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 213 | 0.42 | 0 | 0.04 | 0.13 | 173.55 | 0.59 | 0.69 |
| Hex | 82 | DF | D5 | 2A | 0 | 4 | D | AE | 3B | 45 |
| Octal | 202 | 337 | 325 | 52 | 0 | 4 | 15 | 256 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11010101 | 101010 | 0 | 100 | 1101 | 10101110 | 111011 | 1000101 |
Color Harmonies of #82DFD5
Complementary color
Monochromatic Colors of #82DFD5
Black with #82DFD5
Text Example
Text Example
White with #82DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFD5; }
p { color: rgb(130,223,213); }
H1.HeaderClassName
{
color: #82DFD5;
}
.AnyTagClassName
{
color: #82DFD5;
}
</style>
background-color css
<style>
a { background-color: #82DFD5; }
a { background-color: rgb(130,223,213); }
div.DivClassName
{
background-color: #82DFD5;
}
.BgClassName
{
background-color: #82DFD5;
}
</style>
border-color css
<style>
span { border-color: #82DFD5; }
span { border-color: rgb(130,223,213); }
td.TdClassName
{
border-color: #82DFD5;
}
.TagClassName
{
border-color: #82DFD5;
}
</style>