Shades of Riptide #7DE6BF
Tints of Riptide #7DE6BF
RGB
CMYK
RGB Variations
Color information
#7DE6BF (or 0x7DE6BF) is known color: Riptide. HEX triplet: 7D, E6 and BF. RGB value is (125,230,191). Sum of RGB (Red+Green+Blue) = 125+230+191=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6BF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6BF is #821940. Grayscale: #C2C2C2. Windows color (decimal): -8526145 or 12576381. OLE color: 12576381.
HSL color Cylindrical-coordinate representation of color #7DE6BF: hue angle of 157.71º 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 #7DE6BF is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 191 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.10 |
| HSL | 157.71º | 0.68% | 0.7% | - |
| HSV(B) | 157.71º | 0.46% | 0.9% | - |
| XYZ | 46.16 | 64.72 | 59.35 | - |
| YUV | 194.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 191 | 0.46 | 0 | 0.17 | 0.10 | 157.71 | 0.68 | 0.7 |
| Hex | 7D | E6 | BF | 2E | 0 | 11 | A | 9E | 44 | 46 |
| Octal | 175 | 346 | 277 | 56 | 0 | 21 | 12 | 236 | 104 | 106 |
| Binary | 1111101 | 11100110 | 10111111 | 101110 | 0 | 10001 | 1010 | 10011110 | 1000100 | 1000110 |
Color Harmonies of #7DE6BF
Complementary color
Monochromatic Colors of #7DE6BF
Black with #7DE6BF
Text Example
Text Example
White with #7DE6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE6BF; }
p { color: rgb(125,230,191); }
H1.HeaderClassName
{
color: #7DE6BF;
}
.AnyTagClassName
{
color: #7DE6BF;
}
</style>
background-color css
<style>
a { background-color: #7DE6BF; }
a { background-color: rgb(125,230,191); }
div.DivClassName
{
background-color: #7DE6BF;
}
.BgClassName
{
background-color: #7DE6BF;
}
</style>
border-color css
<style>
span { border-color: #7DE6BF; }
span { border-color: rgb(125,230,191); }
td.TdClassName
{
border-color: #7DE6BF;
}
.TagClassName
{
border-color: #7DE6BF;
}
</style>