Shades of Riptide #82DCCD
Tints of Riptide #82DCCD
RGB
CMYK
RGB Variations
Color information
#82DCCD (or 0x82DCCD) is known color: Riptide. HEX triplet: 82, DC and CD. RGB value is (130,220,205). Sum of RGB (Red+Green+Blue) = 130+220+205=555 (73% of max value = 765). Red value is 130 (51.17% from 255 or 23.42% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCCD is #7D2332. Grayscale: #BFBFBF. Windows color (decimal): -8201011 or 13491330. OLE color: 13491330.
HSL color Cylindrical-coordinate representation of color #82DCCD: hue angle of 170º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCCD is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 220 | 205 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.14 |
| HSL | 170º | 0.56% | 0.69% | - |
| HSV(B) | 170º | 0.41% | 0.86% | - |
| XYZ | 45.82 | 60.34 | 66.99 | - |
| YUV | 191.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 220 | 205 | 0.41 | 0 | 0.07 | 0.14 | 170 | 0.56 | 0.69 |
| Hex | 82 | DC | CD | 29 | 0 | 7 | E | AA | 38 | 45 |
| Octal | 202 | 334 | 315 | 51 | 0 | 7 | 16 | 252 | 70 | 105 |
| Binary | 10000010 | 11011100 | 11001101 | 101001 | 0 | 111 | 1110 | 10101010 | 111000 | 1000101 |
Color Harmonies of #82DCCD
Complementary color
Monochromatic Colors of #82DCCD
Black with #82DCCD
Text Example
Text Example
White with #82DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DCCD; }
p { color: rgb(130,220,205); }
H1.HeaderClassName
{
color: #82DCCD;
}
.AnyTagClassName
{
color: #82DCCD;
}
</style>
background-color css
<style>
a { background-color: #82DCCD; }
a { background-color: rgb(130,220,205); }
div.DivClassName
{
background-color: #82DCCD;
}
.BgClassName
{
background-color: #82DCCD;
}
</style>
border-color css
<style>
span { border-color: #82DCCD; }
span { border-color: rgb(130,220,205); }
td.TdClassName
{
border-color: #82DCCD;
}
.TagClassName
{
border-color: #82DCCD;
}
</style>