Shades of Riptide #7DDFCD
Tints of Riptide #7DDFCD
RGB
CMYK
RGB Variations
Color information
#7DDFCD (or 0x7DDFCD) is known color: Riptide. HEX triplet: 7D, DF and CD. RGB value is (125,223,205). Sum of RGB (Red+Green+Blue) = 125+223+205=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDFCD is #822032. Grayscale: #BFBFBF. Windows color (decimal): -8527923 or 13492093. OLE color: 13492093.
HSL color Cylindrical-coordinate representation of color #7DDFCD: hue angle of 168.98º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDFCD is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 205 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.13 |
| HSL | 168.98º | 0.6% | 0.68% | - |
| HSV(B) | 168.98º | 0.44% | 0.87% | - |
| XYZ | 45.86 | 61.54 | 67.22 | - |
| YUV | 191.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 205 | 0.44 | 0 | 0.08 | 0.13 | 168.98 | 0.6 | 0.68 |
| Hex | 7D | DF | CD | 2C | 0 | 8 | D | A9 | 3C | 44 |
| Octal | 175 | 337 | 315 | 54 | 0 | 10 | 15 | 251 | 74 | 104 |
| Binary | 1111101 | 11011111 | 11001101 | 101100 | 0 | 1000 | 1101 | 10101001 | 111100 | 1000100 |
Color Harmonies of #7DDFCD
Complementary color
Monochromatic Colors of #7DDFCD
Black with #7DDFCD
Text Example
Text Example
White with #7DDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDFCD; }
p { color: rgb(125,223,205); }
H1.HeaderClassName
{
color: #7DDFCD;
}
.AnyTagClassName
{
color: #7DDFCD;
}
</style>
background-color css
<style>
a { background-color: #7DDFCD; }
a { background-color: rgb(125,223,205); }
div.DivClassName
{
background-color: #7DDFCD;
}
.BgClassName
{
background-color: #7DDFCD;
}
</style>
border-color css
<style>
span { border-color: #7DDFCD; }
span { border-color: rgb(125,223,205); }
td.TdClassName
{
border-color: #7DDFCD;
}
.TagClassName
{
border-color: #7DDFCD;
}
</style>