Shades of Riptide #82E4D4
Tints of Riptide #82E4D4
RGB
CMYK
RGB Variations
Color information
#82E4D4 (or 0x82E4D4) is known color: Riptide. HEX triplet: 82, E4 and D4. RGB value is (130,228,212). Sum of RGB (Red+Green+Blue) = 130+228+212=570 (75% of max value = 765). Red value is 130 (51.17% from 255 or 22.81% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 228 - color contains mainly: green. Hex color #82E4D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82E4D4 is #7D1B2B. Grayscale: #C4C4C4. Windows color (decimal): -8198956 or 13952130. OLE color: 13952130.
HSL color Cylindrical-coordinate representation of color #82E4D4: hue angle of 170.2º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E4D4 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 228 | 212 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.11 |
| HSL | 170.2º | 0.64% | 0.7% | - |
| HSV(B) | 170.2º | 0.43% | 0.89% | - |
| XYZ | 48.83 | 64.99 | 72.26 | - |
| YUV | 196.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 228 | 212 | 0.43 | 0 | 0.07 | 0.11 | 170.2 | 0.64 | 0.7 |
| Hex | 82 | E4 | D4 | 2B | 0 | 7 | B | AA | 40 | 46 |
| Octal | 202 | 344 | 324 | 53 | 0 | 7 | 13 | 252 | 100 | 106 |
| Binary | 10000010 | 11100100 | 11010100 | 101011 | 0 | 111 | 1011 | 10101010 | 1000000 | 1000110 |
Color Harmonies of #82E4D4
Complementary color
Monochromatic Colors of #82E4D4
Black with #82E4D4
Text Example
Text Example
White with #82E4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E4D4; }
p { color: rgb(130,228,212); }
H1.HeaderClassName
{
color: #82E4D4;
}
.AnyTagClassName
{
color: #82E4D4;
}
</style>
background-color css
<style>
a { background-color: #82E4D4; }
a { background-color: rgb(130,228,212); }
div.DivClassName
{
background-color: #82E4D4;
}
.BgClassName
{
background-color: #82E4D4;
}
</style>
border-color css
<style>
span { border-color: #82E4D4; }
span { border-color: rgb(130,228,212); }
td.TdClassName
{
border-color: #82E4D4;
}
.TagClassName
{
border-color: #82E4D4;
}
</style>