Shades of Riptide #82DFDB
Tints of Riptide #82DFDB
RGB
CMYK
RGB Variations
Color information
#82DFDB (or 0x82DFDB) is known color: Riptide. HEX triplet: 82, DF and DB. RGB value is (130,223,219). Sum of RGB (Red+Green+Blue) = 130+223+219=572 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.73% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFDB is #7D2024. Grayscale: #C2C2C2. Windows color (decimal): -8200229 or 14409602. OLE color: 14409602.
HSL color Cylindrical-coordinate representation of color #82DFDB: hue angle of 177.42º 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 #82DFDB is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 219 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.13 |
| HSL | 177.42º | 0.59% | 0.69% | - |
| HSV(B) | 177.42º | 0.42% | 0.87% | - |
| XYZ | 48.38 | 62.64 | 76.56 | - |
| YUV | 194.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 219 | 0.42 | 0 | 0.02 | 0.13 | 177.42 | 0.59 | 0.69 |
| Hex | 82 | DF | DB | 2A | 0 | 2 | D | B1 | 3B | 45 |
| Octal | 202 | 337 | 333 | 52 | 0 | 2 | 15 | 261 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11011011 | 101010 | 0 | 10 | 1101 | 10110001 | 111011 | 1000101 |
Color Harmonies of #82DFDB
Complementary color
Monochromatic Colors of #82DFDB
Black with #82DFDB
Text Example
Text Example
White with #82DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFDB; }
p { color: rgb(130,223,219); }
H1.HeaderClassName
{
color: #82DFDB;
}
.AnyTagClassName
{
color: #82DFDB;
}
</style>
background-color css
<style>
a { background-color: #82DFDB; }
a { background-color: rgb(130,223,219); }
div.DivClassName
{
background-color: #82DFDB;
}
.BgClassName
{
background-color: #82DFDB;
}
</style>
border-color css
<style>
span { border-color: #82DFDB; }
span { border-color: rgb(130,223,219); }
td.TdClassName
{
border-color: #82DFDB;
}
.TagClassName
{
border-color: #82DFDB;
}
</style>