Shades of Riptide #82E7CF
Tints of Riptide #82E7CF
RGB
CMYK
RGB Variations
Color information
#82E7CF (or 0x82E7CF) is known color: Riptide. HEX triplet: 82, E7 and CF. RGB value is (130,231,207). Sum of RGB (Red+Green+Blue) = 130+231+207=568 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.89% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #82E7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #82E7CF is #7D1830. Grayscale: #C6C6C6. Windows color (decimal): -8198193 or 13625218. OLE color: 13625218.
HSL color Cylindrical-coordinate representation of color #82E7CF: hue angle of 165.74º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E7CF is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 231 | 207 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.09 |
| HSL | 165.74º | 0.68% | 0.71% | - |
| HSV(B) | 165.74º | 0.44% | 0.91% | - |
| XYZ | 49.04 | 66.4 | 69.26 | - |
| YUV | 198.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 231 | 207 | 0.44 | 0 | 0.10 | 0.09 | 165.74 | 0.68 | 0.71 |
| Hex | 82 | E7 | CF | 2C | 0 | A | 9 | A6 | 44 | 47 |
| Octal | 202 | 347 | 317 | 54 | 0 | 12 | 11 | 246 | 104 | 107 |
| Binary | 10000010 | 11100111 | 11001111 | 101100 | 0 | 1010 | 1001 | 10100110 | 1000100 | 1000111 |
Color Harmonies of #82E7CF
Complementary color
Monochromatic Colors of #82E7CF
Black with #82E7CF
Text Example
Text Example
White with #82E7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E7CF; }
p { color: rgb(130,231,207); }
H1.HeaderClassName
{
color: #82E7CF;
}
.AnyTagClassName
{
color: #82E7CF;
}
</style>
background-color css
<style>
a { background-color: #82E7CF; }
a { background-color: rgb(130,231,207); }
div.DivClassName
{
background-color: #82E7CF;
}
.BgClassName
{
background-color: #82E7CF;
}
</style>
border-color css
<style>
span { border-color: #82E7CF; }
span { border-color: rgb(130,231,207); }
td.TdClassName
{
border-color: #82E7CF;
}
.TagClassName
{
border-color: #82E7CF;
}
</style>