Shades of Riptide #7DEBBD
Tints of Riptide #7DEBBD
RGB
CMYK
RGB Variations
Color information
#7DEBBD (or 0x7DEBBD) is known color: Riptide. HEX triplet: 7D, EB and BD. RGB value is (125,235,189). Sum of RGB (Red+Green+Blue) = 125+235+189=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBBD is #821442. Grayscale: #C4C4C4. Windows color (decimal): -8524867 or 12446589. OLE color: 12446589.
HSL color Cylindrical-coordinate representation of color #7DEBBD: hue angle of 154.91º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBBD is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 235 | 189 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.08 |
| HSL | 154.91º | 0.73% | 0.71% | - |
| HSV(B) | 154.91º | 0.47% | 0.92% | - |
| XYZ | 47.35 | 67.45 | 58.67 | - |
| YUV | 196.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 235 | 189 | 0.47 | 0 | 0.20 | 0.08 | 154.91 | 0.73 | 0.71 |
| Hex | 7D | EB | BD | 2F | 0 | 14 | 8 | 9B | 49 | 47 |
| Octal | 175 | 353 | 275 | 57 | 0 | 24 | 10 | 233 | 111 | 107 |
| Binary | 1111101 | 11101011 | 10111101 | 101111 | 0 | 10100 | 1000 | 10011011 | 1001001 | 1000111 |
Color Harmonies of #7DEBBD
Complementary color
Monochromatic Colors of #7DEBBD
Black with #7DEBBD
Text Example
Text Example
White with #7DEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEBBD; }
p { color: rgb(125,235,189); }
H1.HeaderClassName
{
color: #7DEBBD;
}
.AnyTagClassName
{
color: #7DEBBD;
}
</style>
background-color css
<style>
a { background-color: #7DEBBD; }
a { background-color: rgb(125,235,189); }
div.DivClassName
{
background-color: #7DEBBD;
}
.BgClassName
{
background-color: #7DEBBD;
}
</style>
border-color css
<style>
span { border-color: #7DEBBD; }
span { border-color: rgb(125,235,189); }
td.TdClassName
{
border-color: #7DEBBD;
}
.TagClassName
{
border-color: #7DEBBD;
}
</style>