Shades of Riptide #82D8CD
Tints of Riptide #82D8CD
RGB
CMYK
RGB Variations
Color information
#82D8CD (or 0x82D8CD) is known color: Riptide. HEX triplet: 82, D8 and CD. RGB value is (130,216,205). Sum of RGB (Red+Green+Blue) = 130+216+205=551 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.59% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8CD is #7D2732. Grayscale: #BCBCBC. Windows color (decimal): -8202035 or 13490306. OLE color: 13490306.
HSL color Cylindrical-coordinate representation of color #82D8CD: hue angle of 172.33º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D8CD is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 216 | 205 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.15 |
| HSL | 172.33º | 0.52% | 0.68% | - |
| HSV(B) | 172.33º | 0.4% | 0.85% | - |
| XYZ | 44.78 | 58.27 | 66.64 | - |
| YUV | 189.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 216 | 205 | 0.40 | 0 | 0.05 | 0.15 | 172.33 | 0.52 | 0.68 |
| Hex | 82 | D8 | CD | 28 | 0 | 5 | F | AC | 34 | 44 |
| Octal | 202 | 330 | 315 | 50 | 0 | 5 | 17 | 254 | 64 | 104 |
| Binary | 10000010 | 11011000 | 11001101 | 101000 | 0 | 101 | 1111 | 10101100 | 110100 | 1000100 |
Color Harmonies of #82D8CD
Complementary color
Monochromatic Colors of #82D8CD
Black with #82D8CD
Text Example
Text Example
White with #82D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D8CD; }
p { color: rgb(130,216,205); }
H1.HeaderClassName
{
color: #82D8CD;
}
.AnyTagClassName
{
color: #82D8CD;
}
</style>
background-color css
<style>
a { background-color: #82D8CD; }
a { background-color: rgb(130,216,205); }
div.DivClassName
{
background-color: #82D8CD;
}
.BgClassName
{
background-color: #82D8CD;
}
</style>
border-color css
<style>
span { border-color: #82D8CD; }
span { border-color: rgb(130,216,205); }
td.TdClassName
{
border-color: #82D8CD;
}
.TagClassName
{
border-color: #82D8CD;
}
</style>