Shades of Riptide #82DECC
Tints of Riptide #82DECC
RGB
CMYK
RGB Variations
Color information
#82DECC (or 0x82DECC) is known color: Riptide. HEX triplet: 82, DE and CC. RGB value is (130,222,204). Sum of RGB (Red+Green+Blue) = 130+222+204=556 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.38% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #82DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DECC is #7D2133. Grayscale: #C0C0C0. Windows color (decimal): -8200500 or 13426306. OLE color: 13426306.
HSL color Cylindrical-coordinate representation of color #82DECC: hue angle of 168.26º 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 #82DECC is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 222 | 204 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.13 |
| HSL | 168.26º | 0.58% | 0.69% | - |
| HSV(B) | 168.26º | 0.41% | 0.87% | - |
| XYZ | 46.23 | 61.35 | 66.53 | - |
| YUV | 192.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 222 | 204 | 0.41 | 0 | 0.08 | 0.13 | 168.26 | 0.58 | 0.69 |
| Hex | 82 | DE | CC | 29 | 0 | 8 | D | A8 | 3A | 45 |
| Octal | 202 | 336 | 314 | 51 | 0 | 10 | 15 | 250 | 72 | 105 |
| Binary | 10000010 | 11011110 | 11001100 | 101001 | 0 | 1000 | 1101 | 10101000 | 111010 | 1000101 |
Color Harmonies of #82DECC
Complementary color
Monochromatic Colors of #82DECC
Black with #82DECC
Text Example
Text Example
White with #82DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DECC; }
p { color: rgb(130,222,204); }
H1.HeaderClassName
{
color: #82DECC;
}
.AnyTagClassName
{
color: #82DECC;
}
</style>
background-color css
<style>
a { background-color: #82DECC; }
a { background-color: rgb(130,222,204); }
div.DivClassName
{
background-color: #82DECC;
}
.BgClassName
{
background-color: #82DECC;
}
</style>
border-color css
<style>
span { border-color: #82DECC; }
span { border-color: rgb(130,222,204); }
td.TdClassName
{
border-color: #82DECC;
}
.TagClassName
{
border-color: #82DECC;
}
</style>