Shades of Riptide #82DFD0
Tints of Riptide #82DFD0
RGB
CMYK
RGB Variations
Color information
#82DFD0 (or 0x82DFD0) is known color: Riptide. HEX triplet: 82, DF and D0. RGB value is (130,223,208). Sum of RGB (Red+Green+Blue) = 130+223+208=561 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.17% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFD0 is #7D202F. Grayscale: #C1C1C1. Windows color (decimal): -8200240 or 13688706. OLE color: 13688706.
HSL color Cylindrical-coordinate representation of color #82DFD0: hue angle of 170.32º 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 #82DFD0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 208 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.13 |
| HSL | 170.32º | 0.59% | 0.69% | - |
| HSV(B) | 170.32º | 0.42% | 0.87% | - |
| XYZ | 46.98 | 62.08 | 69.18 | - |
| YUV | 193.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 208 | 0.42 | 0 | 0.07 | 0.13 | 170.32 | 0.59 | 0.69 |
| Hex | 82 | DF | D0 | 2A | 0 | 7 | D | AA | 3B | 45 |
| Octal | 202 | 337 | 320 | 52 | 0 | 7 | 15 | 252 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11010000 | 101010 | 0 | 111 | 1101 | 10101010 | 111011 | 1000101 |
Color Harmonies of #82DFD0
Complementary color
Monochromatic Colors of #82DFD0
Black with #82DFD0
Text Example
Text Example
White with #82DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFD0; }
p { color: rgb(130,223,208); }
H1.HeaderClassName
{
color: #82DFD0;
}
.AnyTagClassName
{
color: #82DFD0;
}
</style>
background-color css
<style>
a { background-color: #82DFD0; }
a { background-color: rgb(130,223,208); }
div.DivClassName
{
background-color: #82DFD0;
}
.BgClassName
{
background-color: #82DFD0;
}
</style>
border-color css
<style>
span { border-color: #82DFD0; }
span { border-color: rgb(130,223,208); }
td.TdClassName
{
border-color: #82DFD0;
}
.TagClassName
{
border-color: #82DFD0;
}
</style>