Shades of Riptide #7DE7CA
Tints of Riptide #7DE7CA
RGB
CMYK
RGB Variations
Color information
#7DE7CA (or 0x7DE7CA) is known color: Riptide. HEX triplet: 7D, E7 and CA. RGB value is (125,231,202). Sum of RGB (Red+Green+Blue) = 125+231+202=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7CA is #821835. Grayscale: #C4C4C4. Windows color (decimal): -8525878 or 13297533. OLE color: 13297533.
HSL color Cylindrical-coordinate representation of color #7DE7CA: hue angle of 163.58º 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 #7DE7CA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 231 | 202 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.09 |
| HSL | 163.58º | 0.69% | 0.7% | - |
| HSV(B) | 163.58º | 0.46% | 0.91% | - |
| XYZ | 47.69 | 65.78 | 66.06 | - |
| YUV | 196 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 231 | 202 | 0.46 | 0 | 0.13 | 0.09 | 163.58 | 0.69 | 0.7 |
| Hex | 7D | E7 | CA | 2E | 0 | D | 9 | A4 | 45 | 46 |
| Octal | 175 | 347 | 312 | 56 | 0 | 15 | 11 | 244 | 105 | 106 |
| Binary | 1111101 | 11100111 | 11001010 | 101110 | 0 | 1101 | 1001 | 10100100 | 1000101 | 1000110 |
Color Harmonies of #7DE7CA
Complementary color
Monochromatic Colors of #7DE7CA
Black with #7DE7CA
Text Example
Text Example
White with #7DE7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE7CA; }
p { color: rgb(125,231,202); }
H1.HeaderClassName
{
color: #7DE7CA;
}
.AnyTagClassName
{
color: #7DE7CA;
}
</style>
background-color css
<style>
a { background-color: #7DE7CA; }
a { background-color: rgb(125,231,202); }
div.DivClassName
{
background-color: #7DE7CA;
}
.BgClassName
{
background-color: #7DE7CA;
}
</style>
border-color css
<style>
span { border-color: #7DE7CA; }
span { border-color: rgb(125,231,202); }
td.TdClassName
{
border-color: #7DE7CA;
}
.TagClassName
{
border-color: #7DE7CA;
}
</style>