Shades of Riptide #7DE6D7
Tints of Riptide #7DE6D7
RGB
CMYK
RGB Variations
Color information
#7DE6D7 (or 0x7DE6D7) is known color: Riptide. HEX triplet: 7D, E6 and D7. RGB value is (125,230,215). Sum of RGB (Red+Green+Blue) = 125+230+215=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6D7 is #821928. Grayscale: #C4C4C4. Windows color (decimal): -8526121 or 14149245. OLE color: 14149245.
HSL color Cylindrical-coordinate representation of color #7DE6D7: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE6D7 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 215 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.10 |
| HSL | 171.43º | 0.68% | 0.7% | - |
| HSV(B) | 171.43º | 0.46% | 0.9% | - |
| XYZ | 49.02 | 65.86 | 74.42 | - |
| YUV | 196.9 | 138.21 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 215 | 0.46 | 0 | 0.07 | 0.10 | 171.43 | 0.68 | 0.7 |
| Hex | 7D | E6 | D7 | 2E | 0 | 7 | A | AB | 44 | 46 |
| Octal | 175 | 346 | 327 | 56 | 0 | 7 | 12 | 253 | 104 | 106 |
| Binary | 1111101 | 11100110 | 11010111 | 101110 | 0 | 111 | 1010 | 10101011 | 1000100 | 1000110 |
Color Harmonies of #7DE6D7
Complementary color
Monochromatic Colors of #7DE6D7
Black with #7DE6D7
Text Example
Text Example
White with #7DE6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE6D7; }
p { color: rgb(125,230,215); }
H1.HeaderClassName
{
color: #7DE6D7;
}
.AnyTagClassName
{
color: #7DE6D7;
}
</style>
background-color css
<style>
a { background-color: #7DE6D7; }
a { background-color: rgb(125,230,215); }
div.DivClassName
{
background-color: #7DE6D7;
}
.BgClassName
{
background-color: #7DE6D7;
}
</style>
border-color css
<style>
span { border-color: #7DE6D7; }
span { border-color: rgb(125,230,215); }
td.TdClassName
{
border-color: #7DE6D7;
}
.TagClassName
{
border-color: #7DE6D7;
}
</style>