Shades of Riptide #82DFD4
Tints of Riptide #82DFD4
RGB
CMYK
RGB Variations
Color information
#82DFD4 (or 0x82DFD4) is known color: Riptide. HEX triplet: 82, DF and D4. RGB value is (130,223,212). Sum of RGB (Red+Green+Blue) = 130+223+212=565 (74% of max value = 765). Red value is 130 (51.17% from 255 or 23.01% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFD4 is #7D202B. Grayscale: #C1C1C1. Windows color (decimal): -8200236 or 13950850. OLE color: 13950850.
HSL color Cylindrical-coordinate representation of color #82DFD4: hue angle of 172.9º 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 #82DFD4 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 212 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.13 |
| HSL | 172.9º | 0.59% | 0.69% | - |
| HSV(B) | 172.9º | 0.42% | 0.87% | - |
| XYZ | 47.48 | 62.27 | 71.81 | - |
| YUV | 193.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 212 | 0.42 | 0 | 0.05 | 0.13 | 172.9 | 0.59 | 0.69 |
| Hex | 82 | DF | D4 | 2A | 0 | 5 | D | AD | 3B | 45 |
| Octal | 202 | 337 | 324 | 52 | 0 | 5 | 15 | 255 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11010100 | 101010 | 0 | 101 | 1101 | 10101101 | 111011 | 1000101 |
Color Harmonies of #82DFD4
Complementary color
Monochromatic Colors of #82DFD4
Black with #82DFD4
Text Example
Text Example
White with #82DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFD4; }
p { color: rgb(130,223,212); }
H1.HeaderClassName
{
color: #82DFD4;
}
.AnyTagClassName
{
color: #82DFD4;
}
</style>
background-color css
<style>
a { background-color: #82DFD4; }
a { background-color: rgb(130,223,212); }
div.DivClassName
{
background-color: #82DFD4;
}
.BgClassName
{
background-color: #82DFD4;
}
</style>
border-color css
<style>
span { border-color: #82DFD4; }
span { border-color: rgb(130,223,212); }
td.TdClassName
{
border-color: #82DFD4;
}
.TagClassName
{
border-color: #82DFD4;
}
</style>