Shades of Riptide #82DFC3
Tints of Riptide #82DFC3
RGB
CMYK
RGB Variations
Color information
#82DFC3 (or 0x82DFC3) is known color: Riptide. HEX triplet: 82, DF and C3. RGB value is (130,223,195). Sum of RGB (Red+Green+Blue) = 130+223+195=548 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.72% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #82DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DFC3 is #7D203C. Grayscale: #C0C0C0. Windows color (decimal): -8200253 or 12836738. OLE color: 12836738.
HSL color Cylindrical-coordinate representation of color #82DFC3: hue angle of 161.94º 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 #82DFC3 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 195 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.13 |
| HSL | 161.94º | 0.59% | 0.69% | - |
| HSV(B) | 161.94º | 0.42% | 0.87% | - |
| XYZ | 45.44 | 61.46 | 61.1 | - |
| YUV | 192 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 195 | 0.42 | 0 | 0.13 | 0.13 | 161.94 | 0.59 | 0.69 |
| Hex | 82 | DF | C3 | 2A | 0 | D | D | A2 | 3B | 45 |
| Octal | 202 | 337 | 303 | 52 | 0 | 15 | 15 | 242 | 73 | 105 |
| Binary | 10000010 | 11011111 | 11000011 | 101010 | 0 | 1101 | 1101 | 10100010 | 111011 | 1000101 |
Color Harmonies of #82DFC3
Complementary color
Monochromatic Colors of #82DFC3
Black with #82DFC3
Text Example
Text Example
White with #82DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DFC3; }
p { color: rgb(130,223,195); }
H1.HeaderClassName
{
color: #82DFC3;
}
.AnyTagClassName
{
color: #82DFC3;
}
</style>
background-color css
<style>
a { background-color: #82DFC3; }
a { background-color: rgb(130,223,195); }
div.DivClassName
{
background-color: #82DFC3;
}
.BgClassName
{
background-color: #82DFC3;
}
</style>
border-color css
<style>
span { border-color: #82DFC3; }
span { border-color: rgb(130,223,195); }
td.TdClassName
{
border-color: #82DFC3;
}
.TagClassName
{
border-color: #82DFC3;
}
</style>