Shades of Riptide #7DE5BD
Tints of Riptide #7DE5BD
RGB
CMYK
RGB Variations
Color information
#7DE5BD (or 0x7DE5BD) is known color: Riptide. HEX triplet: 7D, E5 and BD. RGB value is (125,229,189). Sum of RGB (Red+Green+Blue) = 125+229+189=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5BD is #821A42. Grayscale: #C1C1C1. Windows color (decimal): -8526403 or 12445053. OLE color: 12445053.
HSL color Cylindrical-coordinate representation of color #7DE5BD: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5BD is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 189 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.10 |
| HSL | 156.92º | 0.67% | 0.69% | - |
| HSV(B) | 156.92º | 0.45% | 0.9% | - |
| XYZ | 45.66 | 64.07 | 58.1 | - |
| YUV | 193.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 189 | 0.45 | 0 | 0.17 | 0.10 | 156.92 | 0.67 | 0.69 |
| Hex | 7D | E5 | BD | 2D | 0 | 11 | A | 9D | 43 | 45 |
| Octal | 175 | 345 | 275 | 55 | 0 | 21 | 12 | 235 | 103 | 105 |
| Binary | 1111101 | 11100101 | 10111101 | 101101 | 0 | 10001 | 1010 | 10011101 | 1000011 | 1000101 |
Color Harmonies of #7DE5BD
Complementary color
Monochromatic Colors of #7DE5BD
Black with #7DE5BD
Text Example
Text Example
White with #7DE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5BD; }
p { color: rgb(125,229,189); }
H1.HeaderClassName
{
color: #7DE5BD;
}
.AnyTagClassName
{
color: #7DE5BD;
}
</style>
background-color css
<style>
a { background-color: #7DE5BD; }
a { background-color: rgb(125,229,189); }
div.DivClassName
{
background-color: #7DE5BD;
}
.BgClassName
{
background-color: #7DE5BD;
}
</style>
border-color css
<style>
span { border-color: #7DE5BD; }
span { border-color: rgb(125,229,189); }
td.TdClassName
{
border-color: #7DE5BD;
}
.TagClassName
{
border-color: #7DE5BD;
}
</style>