Shades of Riptide #7DE1D8
Tints of Riptide #7DE1D8
RGB
CMYK
RGB Variations
Color information
#7DE1D8 (or 0x7DE1D8) is known color: Riptide. HEX triplet: 7D, E1 and D8. RGB value is (125,225,216). Sum of RGB (Red+Green+Blue) = 125+225+216=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE1D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE1D8 is #821E27. Grayscale: #C2C2C2. Windows color (decimal): -8527400 or 14213501. OLE color: 14213501.
HSL color Cylindrical-coordinate representation of color #7DE1D8: hue angle of 174.6º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE1D8 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 225 | 216 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.12 |
| HSL | 174.6º | 0.63% | 0.69% | - |
| HSV(B) | 174.6º | 0.44% | 0.88% | - |
| XYZ | 47.78 | 63.17 | 74.64 | - |
| YUV | 194.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 225 | 216 | 0.44 | 0 | 0.04 | 0.12 | 174.6 | 0.63 | 0.69 |
| Hex | 7D | E1 | D8 | 2C | 0 | 4 | C | AF | 3E | 45 |
| Octal | 175 | 341 | 330 | 54 | 0 | 4 | 14 | 257 | 76 | 105 |
| Binary | 1111101 | 11100001 | 11011000 | 101100 | 0 | 100 | 1100 | 10101111 | 111110 | 1000101 |
Color Harmonies of #7DE1D8
Complementary color
Monochromatic Colors of #7DE1D8
Black with #7DE1D8
Text Example
Text Example
White with #7DE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE1D8; }
p { color: rgb(125,225,216); }
H1.HeaderClassName
{
color: #7DE1D8;
}
.AnyTagClassName
{
color: #7DE1D8;
}
</style>
background-color css
<style>
a { background-color: #7DE1D8; }
a { background-color: rgb(125,225,216); }
div.DivClassName
{
background-color: #7DE1D8;
}
.BgClassName
{
background-color: #7DE1D8;
}
</style>
border-color css
<style>
span { border-color: #7DE1D8; }
span { border-color: rgb(125,225,216); }
td.TdClassName
{
border-color: #7DE1D8;
}
.TagClassName
{
border-color: #7DE1D8;
}
</style>