Shades of Riptide #7DE8CA
Tints of Riptide #7DE8CA
RGB
CMYK
RGB Variations
Color information
#7DE8CA (or 0x7DE8CA) is known color: Riptide. HEX triplet: 7D, E8 and CA. RGB value is (125,232,202). Sum of RGB (Red+Green+Blue) = 125+232+202=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE8CA is #821735. Grayscale: #C4C4C4. Windows color (decimal): -8525622 or 13297789. OLE color: 13297789.
HSL color Cylindrical-coordinate representation of color #7DE8CA: hue angle of 163.18º degrees, saturation: 0.7, 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 #7DE8CA is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 232 | 202 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.09 |
| HSL | 163.18º | 0.7% | 0.7% | - |
| HSV(B) | 163.18º | 0.46% | 0.91% | - |
| XYZ | 47.97 | 66.34 | 66.15 | - |
| YUV | 196.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 232 | 202 | 0.46 | 0 | 0.13 | 0.09 | 163.18 | 0.7 | 0.7 |
| Hex | 7D | E8 | CA | 2E | 0 | D | 9 | A3 | 46 | 46 |
| Octal | 175 | 350 | 312 | 56 | 0 | 15 | 11 | 243 | 106 | 106 |
| Binary | 1111101 | 11101000 | 11001010 | 101110 | 0 | 1101 | 1001 | 10100011 | 1000110 | 1000110 |
Color Harmonies of #7DE8CA
Complementary color
Monochromatic Colors of #7DE8CA
Black with #7DE8CA
Text Example
Text Example
White with #7DE8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE8CA; }
p { color: rgb(125,232,202); }
H1.HeaderClassName
{
color: #7DE8CA;
}
.AnyTagClassName
{
color: #7DE8CA;
}
</style>
background-color css
<style>
a { background-color: #7DE8CA; }
a { background-color: rgb(125,232,202); }
div.DivClassName
{
background-color: #7DE8CA;
}
.BgClassName
{
background-color: #7DE8CA;
}
</style>
border-color css
<style>
span { border-color: #7DE8CA; }
span { border-color: rgb(125,232,202); }
td.TdClassName
{
border-color: #7DE8CA;
}
.TagClassName
{
border-color: #7DE8CA;
}
</style>