Shades of Riptide #82DEDA
Tints of Riptide #82DEDA
RGB
CMYK
RGB Variations
Color information
#82DEDA (or 0x82DEDA) is known color: Riptide. HEX triplet: 82, DE and DA. RGB value is (130,222,218). Sum of RGB (Red+Green+Blue) = 130+222+218=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #82DEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DEDA is #7D2125. Grayscale: #C1C1C1. Windows color (decimal): -8200486 or 14343810. OLE color: 14343810.
HSL color Cylindrical-coordinate representation of color #82DEDA: hue angle of 177.39º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DEDA is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 218 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.13 |
| HSL | 177.39º | 0.58% | 0.69% | - |
| HSV(B) | 177.39º | 0.41% | 0.87% | - |
| XYZ | 47.98 | 62.05 | 75.78 | - |
| YUV | 194.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 218 | 0.41 | 0 | 0.02 | 0.13 | 177.39 | 0.58 | 0.69 |
| Hex | 82 | DE | DA | 29 | 0 | 2 | D | B1 | 3A | 45 |
| Octal | 202 | 336 | 332 | 51 | 0 | 2 | 15 | 261 | 72 | 105 |
| Binary | 10000010 | 11011110 | 11011010 | 101001 | 0 | 10 | 1101 | 10110001 | 111010 | 1000101 |
Color Harmonies of #82DEDA
Complementary color
Monochromatic Colors of #82DEDA
Black with #82DEDA
Text Example
Text Example
White with #82DEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DEDA; }
p { color: rgb(130,222,218); }
H1.HeaderClassName
{
color: #82DEDA;
}
.AnyTagClassName
{
color: #82DEDA;
}
</style>
background-color css
<style>
a { background-color: #82DEDA; }
a { background-color: rgb(130,222,218); }
div.DivClassName
{
background-color: #82DEDA;
}
.BgClassName
{
background-color: #82DEDA;
}
</style>
border-color css
<style>
span { border-color: #82DEDA; }
span { border-color: rgb(130,222,218); }
td.TdClassName
{
border-color: #82DEDA;
}
.TagClassName
{
border-color: #82DEDA;
}
</style>