Shades of Riptide #7DE5C6
Tints of Riptide #7DE5C6
RGB
CMYK
RGB Variations
Color information
#7DE5C6 (or 0x7DE5C6) is known color: Riptide. HEX triplet: 7D, E5 and C6. RGB value is (125,229,198). Sum of RGB (Red+Green+Blue) = 125+229+198=552 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.64% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #7DE5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE5C6 is #821A39. Grayscale: #C2C2C2. Windows color (decimal): -8526394 or 13034877. OLE color: 13034877.
HSL color Cylindrical-coordinate representation of color #7DE5C6: hue angle of 162.12º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE5C6 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 125 | 229 | 198 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.10 |
| HSL | 162.12º | 0.67% | 0.69% | - |
| HSV(B) | 162.12º | 0.45% | 0.9% | - |
| XYZ | 46.67 | 64.48 | 63.41 | - |
| YUV | 194.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 229 | 198 | 0.45 | 0 | 0.14 | 0.10 | 162.12 | 0.67 | 0.69 |
| Hex | 7D | E5 | C6 | 2D | 0 | E | A | A2 | 43 | 45 |
| Octal | 175 | 345 | 306 | 55 | 0 | 16 | 12 | 242 | 103 | 105 |
| Binary | 1111101 | 11100101 | 11000110 | 101101 | 0 | 1110 | 1010 | 10100010 | 1000011 | 1000101 |
Color Harmonies of #7DE5C6
Complementary color
Monochromatic Colors of #7DE5C6
Black with #7DE5C6
Text Example
Text Example
White with #7DE5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE5C6; }
p { color: rgb(125,229,198); }
H1.HeaderClassName
{
color: #7DE5C6;
}
.AnyTagClassName
{
color: #7DE5C6;
}
</style>
background-color css
<style>
a { background-color: #7DE5C6; }
a { background-color: rgb(125,229,198); }
div.DivClassName
{
background-color: #7DE5C6;
}
.BgClassName
{
background-color: #7DE5C6;
}
</style>
border-color css
<style>
span { border-color: #7DE5C6; }
span { border-color: rgb(125,229,198); }
td.TdClassName
{
border-color: #7DE5C6;
}
.TagClassName
{
border-color: #7DE5C6;
}
</style>