Shades of Riptide #82DACA
Tints of Riptide #82DACA
RGB
CMYK
RGB Variations
Color information
#82DACA (or 0x82DACA) is known color: Riptide. HEX triplet: 82, DA and CA. RGB value is (130,218,202). Sum of RGB (Red+Green+Blue) = 130+218+202=550 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.64% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #82DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DACA is #7D2535. Grayscale: #BDBDBD. Windows color (decimal): -8201526 or 13294210. OLE color: 13294210.
HSL color Cylindrical-coordinate representation of color #82DACA: hue angle of 169.09º degrees, saturation: 0.54, 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 #82DACA is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 202 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.15 |
| HSL | 169.09º | 0.54% | 0.68% | - |
| HSV(B) | 169.09º | 0.4% | 0.85% | - |
| XYZ | 44.94 | 59.15 | 64.93 | - |
| YUV | 189.86 | 134.85 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 202 | 0.40 | 0 | 0.07 | 0.15 | 169.09 | 0.54 | 0.68 |
| Hex | 82 | DA | CA | 28 | 0 | 7 | F | A9 | 36 | 44 |
| Octal | 202 | 332 | 312 | 50 | 0 | 7 | 17 | 251 | 66 | 104 |
| Binary | 10000010 | 11011010 | 11001010 | 101000 | 0 | 111 | 1111 | 10101001 | 110110 | 1000100 |
Color Harmonies of #82DACA
Complementary color
Monochromatic Colors of #82DACA
Black with #82DACA
Text Example
Text Example
White with #82DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DACA; }
p { color: rgb(130,218,202); }
H1.HeaderClassName
{
color: #82DACA;
}
.AnyTagClassName
{
color: #82DACA;
}
</style>
background-color css
<style>
a { background-color: #82DACA; }
a { background-color: rgb(130,218,202); }
div.DivClassName
{
background-color: #82DACA;
}
.BgClassName
{
background-color: #82DACA;
}
</style>
border-color css
<style>
span { border-color: #82DACA; }
span { border-color: rgb(130,218,202); }
td.TdClassName
{
border-color: #82DACA;
}
.TagClassName
{
border-color: #82DACA;
}
</style>