Shades of Riptide #82D1CA
Tints of Riptide #82D1CA
RGB
CMYK
RGB Variations
Color information
#82D1CA (or 0x82D1CA) is known color: Riptide. HEX triplet: 82, D1 and CA. RGB value is (130,209,202). Sum of RGB (Red+Green+Blue) = 130+209+202=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1CA is #7D2E35. Grayscale: #B8B8B8. Windows color (decimal): -8203830 or 13291906. OLE color: 13291906.
HSL color Cylindrical-coordinate representation of color #82D1CA: hue angle of 174.68º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D1CA is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 202 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.18 |
| HSL | 174.68º | 0.46% | 0.66% | - |
| HSV(B) | 174.68º | 0.38% | 0.82% | - |
| XYZ | 42.67 | 54.61 | 64.17 | - |
| YUV | 184.58 | 137.83 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 202 | 0.38 | 0 | 0.03 | 0.18 | 174.68 | 0.46 | 0.66 |
| Hex | 82 | D1 | CA | 26 | 0 | 3 | 12 | AF | 2E | 42 |
| Octal | 202 | 321 | 312 | 46 | 0 | 3 | 22 | 257 | 56 | 102 |
| Binary | 10000010 | 11010001 | 11001010 | 100110 | 0 | 11 | 10010 | 10101111 | 101110 | 1000010 |
Color Harmonies of #82D1CA
Complementary color
Monochromatic Colors of #82D1CA
Black with #82D1CA
Text Example
Text Example
White with #82D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D1CA; }
p { color: rgb(130,209,202); }
H1.HeaderClassName
{
color: #82D1CA;
}
.AnyTagClassName
{
color: #82D1CA;
}
</style>
background-color css
<style>
a { background-color: #82D1CA; }
a { background-color: rgb(130,209,202); }
div.DivClassName
{
background-color: #82D1CA;
}
.BgClassName
{
background-color: #82D1CA;
}
</style>
border-color css
<style>
span { border-color: #82D1CA; }
span { border-color: rgb(130,209,202); }
td.TdClassName
{
border-color: #82D1CA;
}
.TagClassName
{
border-color: #82D1CA;
}
</style>