Shades of Riptide #82D1CE
Tints of Riptide #82D1CE
RGB
CMYK
RGB Variations
Color information
#82D1CE (or 0x82D1CE) is known color: Riptide. HEX triplet: 82, D1 and CE. RGB value is (130,209,206). Sum of RGB (Red+Green+Blue) = 130+209+206=545 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.85% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #82D1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D1CE is #7D2E31. Grayscale: #B8B8B8. Windows color (decimal): -8203826 or 13554050. OLE color: 13554050.
HSL color Cylindrical-coordinate representation of color #82D1CE: hue angle of 177.72º degrees, saturation: 0.46, 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 #82D1CE is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 206 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.18 |
| HSL | 177.72º | 0.46% | 0.66% | - |
| HSV(B) | 177.72º | 0.38% | 0.82% | - |
| XYZ | 43.15 | 54.8 | 66.7 | - |
| YUV | 185.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 206 | 0.38 | 0 | 0.01 | 0.18 | 177.72 | 0.46 | 0.66 |
| Hex | 82 | D1 | CE | 26 | 0 | 1 | 12 | B2 | 2E | 42 |
| Octal | 202 | 321 | 316 | 46 | 0 | 1 | 22 | 262 | 56 | 102 |
| Binary | 10000010 | 11010001 | 11001110 | 100110 | 0 | 1 | 10010 | 10110010 | 101110 | 1000010 |
Color Harmonies of #82D1CE
Complementary color
Monochromatic Colors of #82D1CE
Black with #82D1CE
Text Example
Text Example
White with #82D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D1CE; }
p { color: rgb(130,209,206); }
H1.HeaderClassName
{
color: #82D1CE;
}
.AnyTagClassName
{
color: #82D1CE;
}
</style>
background-color css
<style>
a { background-color: #82D1CE; }
a { background-color: rgb(130,209,206); }
div.DivClassName
{
background-color: #82D1CE;
}
.BgClassName
{
background-color: #82D1CE;
}
</style>
border-color css
<style>
span { border-color: #82D1CE; }
span { border-color: rgb(130,209,206); }
td.TdClassName
{
border-color: #82D1CE;
}
.TagClassName
{
border-color: #82D1CE;
}
</style>