Shades of Riptide #82DFD3
Tints of Riptide #82DFD3
RGB
CMYK
RGB Variations
Color information
#82DFD3 (or 0x82DFD3) is known color: Riptide. HEX triplet: 82, DF and D3. RGB value is (130,223,211). Sum of RGB (Red+Green+Blue) = 130+223+211=564 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.05% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFD3 is #7D202C. Grayscale: #C1C1C1. Windows color (decimal): -8200237 or 13885314. OLE color: 13885314.
HSL color Cylindrical-coordinate representation of color #82DFD3: hue angle of 172.26º 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 #82DFD3 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 211 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.13 |
| HSL | 172.26º | 0.59% | 0.69% | - |
| HSV(B) | 172.26º | 0.42% | 0.87% | - |
| XYZ | 47.35 | 62.22 | 71.14 | - |
| YUV | 193.83 | 137.69 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 211 | 0.42 | 0 | 0.05 | 0.13 | 172.26 | 0.59 | 0.69 |
| Hex | 82 | DF | D3 | 2A | 0 | 5 | D | AC | 3B | 45 |
| Octal | 202 | 337 | 323 | 52 | 0 | 5 | 15 | 254 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11010011 | 101010 | 0 | 101 | 1101 | 10101100 | 111011 | 1000101 |
Color Harmonies of #82DFD3
Complementary color
Monochromatic Colors of #82DFD3
Black with #82DFD3
Text Example
Text Example
White with #82DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFD3; }
p { color: rgb(130,223,211); }
H1.HeaderClassName
{
color: #82DFD3;
}
.AnyTagClassName
{
color: #82DFD3;
}
</style>
background-color css
<style>
a { background-color: #82DFD3; }
a { background-color: rgb(130,223,211); }
div.DivClassName
{
background-color: #82DFD3;
}
.BgClassName
{
background-color: #82DFD3;
}
</style>
border-color css
<style>
span { border-color: #82DFD3; }
span { border-color: rgb(130,223,211); }
td.TdClassName
{
border-color: #82DFD3;
}
.TagClassName
{
border-color: #82DFD3;
}
</style>