Shades of Riptide #7DD8D0
Tints of Riptide #7DD8D0
RGB
CMYK
RGB Variations
Color information
#7DD8D0 (or 0x7DD8D0) is known color: Riptide. HEX triplet: 7D, D8 and D0. RGB value is (125,216,208). Sum of RGB (Red+Green+Blue) = 125+216+208=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 216 (84.77% from 255 or 39.34% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 216 - color contains mainly: green. Hex color #7DD8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8D0 is #82272F. Grayscale: #BBBBBB. Windows color (decimal): -8529712 or 13686909. OLE color: 13686909.
HSL color Cylindrical-coordinate representation of color #7DD8D0: hue angle of 174.73º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD8D0 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 216 | 208 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.15 |
| HSL | 174.73º | 0.54% | 0.67% | - |
| HSV(B) | 174.73º | 0.42% | 0.85% | - |
| XYZ | 44.4 | 58.03 | 68.53 | - |
| YUV | 187.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 216 | 208 | 0.42 | 0 | 0.04 | 0.15 | 174.73 | 0.54 | 0.67 |
| Hex | 7D | D8 | D0 | 2A | 0 | 4 | F | AF | 36 | 43 |
| Octal | 175 | 330 | 320 | 52 | 0 | 4 | 17 | 257 | 66 | 103 |
| Binary | 1111101 | 11011000 | 11010000 | 101010 | 0 | 100 | 1111 | 10101111 | 110110 | 1000011 |
Color Harmonies of #7DD8D0
Complementary color
Monochromatic Colors of #7DD8D0
Black with #7DD8D0
Text Example
Text Example
White with #7DD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD8D0; }
p { color: rgb(125,216,208); }
H1.HeaderClassName
{
color: #7DD8D0;
}
.AnyTagClassName
{
color: #7DD8D0;
}
</style>
background-color css
<style>
a { background-color: #7DD8D0; }
a { background-color: rgb(125,216,208); }
div.DivClassName
{
background-color: #7DD8D0;
}
.BgClassName
{
background-color: #7DD8D0;
}
</style>
border-color css
<style>
span { border-color: #7DD8D0; }
span { border-color: rgb(125,216,208); }
td.TdClassName
{
border-color: #7DD8D0;
}
.TagClassName
{
border-color: #7DD8D0;
}
</style>