Shades of Riptide #7DE3CE
Tints of Riptide #7DE3CE
RGB
CMYK
RGB Variations
Color information
#7DE3CE (or 0x7DE3CE) is known color: Riptide. HEX triplet: 7D, E3 and CE. RGB value is (125,227,206). Sum of RGB (Red+Green+Blue) = 125+227+206=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE3CE is #821C31. Grayscale: #C2C2C2. Windows color (decimal): -8526898 or 13558653. OLE color: 13558653.
HSL color Cylindrical-coordinate representation of color #7DE3CE: hue angle of 167.65º degrees, saturation: 0.65, 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 #7DE3CE is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 227 | 206 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.11 |
| HSL | 167.65º | 0.65% | 0.69% | - |
| HSV(B) | 167.65º | 0.45% | 0.89% | - |
| XYZ | 47.07 | 63.75 | 68.22 | - |
| YUV | 194.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 227 | 206 | 0.45 | 0 | 0.09 | 0.11 | 167.65 | 0.65 | 0.69 |
| Hex | 7D | E3 | CE | 2D | 0 | 9 | B | A8 | 41 | 45 |
| Octal | 175 | 343 | 316 | 55 | 0 | 11 | 13 | 250 | 101 | 105 |
| Binary | 1111101 | 11100011 | 11001110 | 101101 | 0 | 1001 | 1011 | 10101000 | 1000001 | 1000101 |
Color Harmonies of #7DE3CE
Complementary color
Monochromatic Colors of #7DE3CE
Black with #7DE3CE
Text Example
Text Example
White with #7DE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE3CE; }
p { color: rgb(125,227,206); }
H1.HeaderClassName
{
color: #7DE3CE;
}
.AnyTagClassName
{
color: #7DE3CE;
}
</style>
background-color css
<style>
a { background-color: #7DE3CE; }
a { background-color: rgb(125,227,206); }
div.DivClassName
{
background-color: #7DE3CE;
}
.BgClassName
{
background-color: #7DE3CE;
}
</style>
border-color css
<style>
span { border-color: #7DE3CE; }
span { border-color: rgb(125,227,206); }
td.TdClassName
{
border-color: #7DE3CE;
}
.TagClassName
{
border-color: #7DE3CE;
}
</style>