Shades of Riptide #82D0CE
Tints of Riptide #82D0CE
RGB
CMYK
RGB Variations
Color information
#82D0CE (or 0x82D0CE) is known color: Riptide. HEX triplet: 82, D0 and CE. RGB value is (130,208,206). Sum of RGB (Red+Green+Blue) = 130+208+206=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #82D0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D0CE is #7D2F31. Grayscale: #B8B8B8. Windows color (decimal): -8204082 or 13553794. OLE color: 13553794.
HSL color Cylindrical-coordinate representation of color #82D0CE: hue angle of 178.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D0CE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 206 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.18 |
| HSL | 178.46º | 0.45% | 0.66% | - |
| HSV(B) | 178.46º | 0.38% | 0.82% | - |
| XYZ | 42.9 | 54.31 | 66.61 | - |
| YUV | 184.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 206 | 0.38 | 0 | 0.01 | 0.18 | 178.46 | 0.45 | 0.66 |
| Hex | 82 | D0 | CE | 26 | 0 | 1 | 12 | B2 | 2D | 42 |
| Octal | 202 | 320 | 316 | 46 | 0 | 1 | 22 | 262 | 55 | 102 |
| Binary | 10000010 | 11010000 | 11001110 | 100110 | 0 | 1 | 10010 | 10110010 | 101101 | 1000010 |
Color Harmonies of #82D0CE
Complementary color
Monochromatic Colors of #82D0CE
Black with #82D0CE
Text Example
Text Example
White with #82D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D0CE; }
p { color: rgb(130,208,206); }
H1.HeaderClassName
{
color: #82D0CE;
}
.AnyTagClassName
{
color: #82D0CE;
}
</style>
background-color css
<style>
a { background-color: #82D0CE; }
a { background-color: rgb(130,208,206); }
div.DivClassName
{
background-color: #82D0CE;
}
.BgClassName
{
background-color: #82D0CE;
}
</style>
border-color css
<style>
span { border-color: #82D0CE; }
span { border-color: rgb(130,208,206); }
td.TdClassName
{
border-color: #82D0CE;
}
.TagClassName
{
border-color: #82D0CE;
}
</style>