Shades of Riptide #82D6CB
Tints of Riptide #82D6CB
RGB
CMYK
RGB Variations
Color information
#82D6CB (or 0x82D6CB) is known color: Riptide. HEX triplet: 82, D6 and CB. RGB value is (130,214,203). Sum of RGB (Red+Green+Blue) = 130+214+203=547 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.77% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #82D6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D6CB is #7D2934. Grayscale: #BBBBBB. Windows color (decimal): -8202549 or 13358722. OLE color: 13358722.
HSL color Cylindrical-coordinate representation of color #82D6CB: hue angle of 172.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D6CB is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 203 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.16 |
| HSL | 172.14º | 0.51% | 0.67% | - |
| HSV(B) | 172.14º | 0.39% | 0.84% | - |
| XYZ | 44.03 | 57.15 | 65.21 | - |
| YUV | 187.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 203 | 0.39 | 0 | 0.05 | 0.16 | 172.14 | 0.51 | 0.67 |
| Hex | 82 | D6 | CB | 27 | 0 | 5 | 10 | AC | 33 | 43 |
| Octal | 202 | 326 | 313 | 47 | 0 | 5 | 20 | 254 | 63 | 103 |
| Binary | 10000010 | 11010110 | 11001011 | 100111 | 0 | 101 | 10000 | 10101100 | 110011 | 1000011 |
Color Harmonies of #82D6CB
Complementary color
Monochromatic Colors of #82D6CB
Black with #82D6CB
Text Example
Text Example
White with #82D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D6CB; }
p { color: rgb(130,214,203); }
H1.HeaderClassName
{
color: #82D6CB;
}
.AnyTagClassName
{
color: #82D6CB;
}
</style>
background-color css
<style>
a { background-color: #82D6CB; }
a { background-color: rgb(130,214,203); }
div.DivClassName
{
background-color: #82D6CB;
}
.BgClassName
{
background-color: #82D6CB;
}
</style>
border-color css
<style>
span { border-color: #82D6CB; }
span { border-color: rgb(130,214,203); }
td.TdClassName
{
border-color: #82D6CB;
}
.TagClassName
{
border-color: #82D6CB;
}
</style>