Shades of Riptide #7DE4DB
Tints of Riptide #7DE4DB
RGB
CMYK
RGB Variations
Color information
#7DE4DB (or 0x7DE4DB) is known color: Riptide. HEX triplet: 7D, E4 and DB. RGB value is (125,228,219). Sum of RGB (Red+Green+Blue) = 125+228+219=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 228 - color contains mainly: green. Hex color #7DE4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE4DB is #821B24. Grayscale: #C4C4C4. Windows color (decimal): -8526629 or 14410877. OLE color: 14410877.
HSL color Cylindrical-coordinate representation of color #7DE4DB: hue angle of 174.76º degrees, saturation: 0.66, 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 #7DE4DB is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 228 | 219 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.11 |
| HSL | 174.76º | 0.66% | 0.69% | - |
| HSV(B) | 174.76º | 0.45% | 0.89% | - |
| XYZ | 48.99 | 64.96 | 76.97 | - |
| YUV | 196.18 | 140.88 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 228 | 219 | 0.45 | 0 | 0.04 | 0.11 | 174.76 | 0.66 | 0.69 |
| Hex | 7D | E4 | DB | 2D | 0 | 4 | B | AF | 42 | 45 |
| Octal | 175 | 344 | 333 | 55 | 0 | 4 | 13 | 257 | 102 | 105 |
| Binary | 1111101 | 11100100 | 11011011 | 101101 | 0 | 100 | 1011 | 10101111 | 1000010 | 1000101 |
Color Harmonies of #7DE4DB
Complementary color
Monochromatic Colors of #7DE4DB
Black with #7DE4DB
Text Example
Text Example
White with #7DE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE4DB; }
p { color: rgb(125,228,219); }
H1.HeaderClassName
{
color: #7DE4DB;
}
.AnyTagClassName
{
color: #7DE4DB;
}
</style>
background-color css
<style>
a { background-color: #7DE4DB; }
a { background-color: rgb(125,228,219); }
div.DivClassName
{
background-color: #7DE4DB;
}
.BgClassName
{
background-color: #7DE4DB;
}
</style>
border-color css
<style>
span { border-color: #7DE4DB; }
span { border-color: rgb(125,228,219); }
td.TdClassName
{
border-color: #7DE4DB;
}
.TagClassName
{
border-color: #7DE4DB;
}
</style>