Shades of Riptide #82DBCC
Tints of Riptide #82DBCC
RGB
CMYK
RGB Variations
Color information
#82DBCC (or 0x82DBCC) is known color: Riptide. HEX triplet: 82, DB and CC. RGB value is (130,219,204). Sum of RGB (Red+Green+Blue) = 130+219+204=553 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.51% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBCC is #7D2433. Grayscale: #BEBEBE. Windows color (decimal): -8201268 or 13425538. OLE color: 13425538.
HSL color Cylindrical-coordinate representation of color #82DBCC: hue angle of 169.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DBCC is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 204 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.14 |
| HSL | 169.89º | 0.55% | 0.68% | - |
| HSV(B) | 169.89º | 0.41% | 0.86% | - |
| XYZ | 45.44 | 59.77 | 66.27 | - |
| YUV | 190.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 204 | 0.41 | 0 | 0.07 | 0.14 | 169.89 | 0.55 | 0.68 |
| Hex | 82 | DB | CC | 29 | 0 | 7 | E | AA | 37 | 44 |
| Octal | 202 | 333 | 314 | 51 | 0 | 7 | 16 | 252 | 67 | 104 |
| Binary | 10000010 | 11011011 | 11001100 | 101001 | 0 | 111 | 1110 | 10101010 | 110111 | 1000100 |
Color Harmonies of #82DBCC
Complementary color
Monochromatic Colors of #82DBCC
Black with #82DBCC
Text Example
Text Example
White with #82DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DBCC; }
p { color: rgb(130,219,204); }
H1.HeaderClassName
{
color: #82DBCC;
}
.AnyTagClassName
{
color: #82DBCC;
}
</style>
background-color css
<style>
a { background-color: #82DBCC; }
a { background-color: rgb(130,219,204); }
div.DivClassName
{
background-color: #82DBCC;
}
.BgClassName
{
background-color: #82DBCC;
}
</style>
border-color css
<style>
span { border-color: #82DBCC; }
span { border-color: rgb(130,219,204); }
td.TdClassName
{
border-color: #82DBCC;
}
.TagClassName
{
border-color: #82DBCC;
}
</style>