Shades of Riptide #7DE7DB
Tints of Riptide #7DE7DB
RGB
CMYK
RGB Variations
Color information
#7DE7DB (or 0x7DE7DB) is known color: Riptide. HEX triplet: 7D, E7 and DB. RGB value is (125,231,219). Sum of RGB (Red+Green+Blue) = 125+231+219=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7DB is #821824. Grayscale: #C5C5C5. Windows color (decimal): -8525861 or 14411645. OLE color: 14411645.
HSL color Cylindrical-coordinate representation of color #7DE7DB: hue angle of 173.21º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7DB is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 231 | 219 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.09 |
| HSL | 173.21º | 0.69% | 0.7% | - |
| HSV(B) | 173.21º | 0.46% | 0.91% | - |
| XYZ | 49.82 | 66.63 | 77.25 | - |
| YUV | 197.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 219 | 0.46 | 0 | 0.05 | 0.09 | 173.21 | 0.69 | 0.7 |
| Hex | 7D | E7 | DB | 2E | 0 | 5 | 9 | AD | 45 | 46 |
| Octal | 175 | 347 | 333 | 56 | 0 | 5 | 11 | 255 | 105 | 106 |
| Binary | 1111101 | 11100111 | 11011011 | 101110 | 0 | 101 | 1001 | 10101101 | 1000101 | 1000110 |
Color Harmonies of #7DE7DB
Complementary color
Monochromatic Colors of #7DE7DB
Black with #7DE7DB
Text Example
Text Example
White with #7DE7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE7DB; }
p { color: rgb(125,231,219); }
H1.HeaderClassName
{
color: #7DE7DB;
}
.AnyTagClassName
{
color: #7DE7DB;
}
</style>
background-color css
<style>
a { background-color: #7DE7DB; }
a { background-color: rgb(125,231,219); }
div.DivClassName
{
background-color: #7DE7DB;
}
.BgClassName
{
background-color: #7DE7DB;
}
</style>
border-color css
<style>
span { border-color: #7DE7DB; }
span { border-color: rgb(125,231,219); }
td.TdClassName
{
border-color: #7DE7DB;
}
.TagClassName
{
border-color: #7DE7DB;
}
</style>