Shades of Riptide #7DE3C5
Tints of Riptide #7DE3C5
RGB
CMYK
RGB Variations
Color information
#7DE3C5 (or 0x7DE3C5) is known color: Riptide. HEX triplet: 7D, E3 and C5. RGB value is (125,227,197). Sum of RGB (Red+Green+Blue) = 125+227+197=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE3C5 is #821C3A. Grayscale: #C1C1C1. Windows color (decimal): -8526907 or 12968829. OLE color: 12968829.
HSL color Cylindrical-coordinate representation of color #7DE3C5: hue angle of 162.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE3C5 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 227 | 197 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.11 |
| HSL | 162.35º | 0.65% | 0.69% | - |
| HSV(B) | 162.35º | 0.45% | 0.89% | - |
| XYZ | 46 | 63.33 | 62.62 | - |
| YUV | 193.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 197 | 0.45 | 0 | 0.13 | 0.11 | 162.35 | 0.65 | 0.69 |
| Hex | 7D | E3 | C5 | 2D | 0 | D | B | A2 | 41 | 45 |
| Octal | 175 | 343 | 305 | 55 | 0 | 15 | 13 | 242 | 101 | 105 |
| Binary | 1111101 | 11100011 | 11000101 | 101101 | 0 | 1101 | 1011 | 10100010 | 1000001 | 1000101 |
Color Harmonies of #7DE3C5
Complementary color
Monochromatic Colors of #7DE3C5
Black with #7DE3C5
Text Example
Text Example
White with #7DE3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE3C5; }
p { color: rgb(125,227,197); }
H1.HeaderClassName
{
color: #7DE3C5;
}
.AnyTagClassName
{
color: #7DE3C5;
}
</style>
background-color css
<style>
a { background-color: #7DE3C5; }
a { background-color: rgb(125,227,197); }
div.DivClassName
{
background-color: #7DE3C5;
}
.BgClassName
{
background-color: #7DE3C5;
}
</style>
border-color css
<style>
span { border-color: #7DE3C5; }
span { border-color: rgb(125,227,197); }
td.TdClassName
{
border-color: #7DE3C5;
}
.TagClassName
{
border-color: #7DE3C5;
}
</style>