Shades of Riptide #7DE6C4
Tints of Riptide #7DE6C4
RGB
CMYK
RGB Variations
Color information
#7DE6C4 (or 0x7DE6C4) is known color: Riptide. HEX triplet: 7D, E6 and C4. RGB value is (125,230,196). Sum of RGB (Red+Green+Blue) = 125+230+196=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE6C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE6C4 is #82193B. Grayscale: #C2C2C2. Windows color (decimal): -8526140 or 12904061. OLE color: 12904061.
HSL color Cylindrical-coordinate representation of color #7DE6C4: hue angle of 160.57º 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 #7DE6C4 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 230 | 196 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.10 |
| HSL | 160.57º | 0.68% | 0.7% | - |
| HSV(B) | 160.57º | 0.46% | 0.9% | - |
| XYZ | 46.72 | 64.94 | 62.3 | - |
| YUV | 194.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 230 | 196 | 0.46 | 0 | 0.15 | 0.10 | 160.57 | 0.68 | 0.7 |
| Hex | 7D | E6 | C4 | 2E | 0 | F | A | A1 | 44 | 46 |
| Octal | 175 | 346 | 304 | 56 | 0 | 17 | 12 | 241 | 104 | 106 |
| Binary | 1111101 | 11100110 | 11000100 | 101110 | 0 | 1111 | 1010 | 10100001 | 1000100 | 1000110 |
Color Harmonies of #7DE6C4
Complementary color
Monochromatic Colors of #7DE6C4
Black with #7DE6C4
Text Example
Text Example
White with #7DE6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE6C4; }
p { color: rgb(125,230,196); }
H1.HeaderClassName
{
color: #7DE6C4;
}
.AnyTagClassName
{
color: #7DE6C4;
}
</style>
background-color css
<style>
a { background-color: #7DE6C4; }
a { background-color: rgb(125,230,196); }
div.DivClassName
{
background-color: #7DE6C4;
}
.BgClassName
{
background-color: #7DE6C4;
}
</style>
border-color css
<style>
span { border-color: #7DE6C4; }
span { border-color: rgb(125,230,196); }
td.TdClassName
{
border-color: #7DE6C4;
}
.TagClassName
{
border-color: #7DE6C4;
}
</style>