Shades of Riptide #82D7C7
Tints of Riptide #82D7C7
RGB
CMYK
RGB Variations
Color information
#82D7C7 (or 0x82D7C7) is known color: Riptide. HEX triplet: 82, D7 and C7. RGB value is (130,215,199). Sum of RGB (Red+Green+Blue) = 130+215+199=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #82D7C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D7C7 is #7D2838. Grayscale: #BBBBBB. Windows color (decimal): -8202297 or 13096834. OLE color: 13096834.
HSL color Cylindrical-coordinate representation of color #82D7C7: hue angle of 168.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D7C7 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 215 | 199 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.16 |
| HSL | 168.71º | 0.52% | 0.68% | - |
| HSV(B) | 168.71º | 0.4% | 0.84% | - |
| XYZ | 43.82 | 57.47 | 62.82 | - |
| YUV | 187.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 215 | 199 | 0.40 | 0 | 0.07 | 0.16 | 168.71 | 0.52 | 0.68 |
| Hex | 82 | D7 | C7 | 28 | 0 | 7 | 10 | A9 | 34 | 44 |
| Octal | 202 | 327 | 307 | 50 | 0 | 7 | 20 | 251 | 64 | 104 |
| Binary | 10000010 | 11010111 | 11000111 | 101000 | 0 | 111 | 10000 | 10101001 | 110100 | 1000100 |
Color Harmonies of #82D7C7
Complementary color
Monochromatic Colors of #82D7C7
Black with #82D7C7
Text Example
Text Example
White with #82D7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D7C7; }
p { color: rgb(130,215,199); }
H1.HeaderClassName
{
color: #82D7C7;
}
.AnyTagClassName
{
color: #82D7C7;
}
</style>
background-color css
<style>
a { background-color: #82D7C7; }
a { background-color: rgb(130,215,199); }
div.DivClassName
{
background-color: #82D7C7;
}
.BgClassName
{
background-color: #82D7C7;
}
</style>
border-color css
<style>
span { border-color: #82D7C7; }
span { border-color: rgb(130,215,199); }
td.TdClassName
{
border-color: #82D7C7;
}
.TagClassName
{
border-color: #82D7C7;
}
</style>