Shades of Riptide #7DD4CC
Tints of Riptide #7DD4CC
RGB
CMYK
RGB Variations
Color information
#7DD4CC (or 0x7DD4CC) is known color: Riptide. HEX triplet: 7D, D4 and CC. RGB value is (125,212,204). Sum of RGB (Red+Green+Blue) = 125+212+204=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD4CC is #822B33. Grayscale: #B9B9B9. Windows color (decimal): -8530740 or 13423741. OLE color: 13423741.
HSL color Cylindrical-coordinate representation of color #7DD4CC: hue angle of 174.48º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD4CC is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 212 | 204 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.17 |
| HSL | 174.48º | 0.5% | 0.66% | - |
| HSV(B) | 174.48º | 0.41% | 0.83% | - |
| XYZ | 42.9 | 55.81 | 65.64 | - |
| YUV | 185.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 212 | 204 | 0.41 | 0 | 0.04 | 0.17 | 174.48 | 0.5 | 0.66 |
| Hex | 7D | D4 | CC | 29 | 0 | 4 | 11 | AE | 32 | 42 |
| Octal | 175 | 324 | 314 | 51 | 0 | 4 | 21 | 256 | 62 | 102 |
| Binary | 1111101 | 11010100 | 11001100 | 101001 | 0 | 100 | 10001 | 10101110 | 110010 | 1000010 |
Color Harmonies of #7DD4CC
Complementary color
Monochromatic Colors of #7DD4CC
Black with #7DD4CC
Text Example
Text Example
White with #7DD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD4CC; }
p { color: rgb(125,212,204); }
H1.HeaderClassName
{
color: #7DD4CC;
}
.AnyTagClassName
{
color: #7DD4CC;
}
</style>
background-color css
<style>
a { background-color: #7DD4CC; }
a { background-color: rgb(125,212,204); }
div.DivClassName
{
background-color: #7DD4CC;
}
.BgClassName
{
background-color: #7DD4CC;
}
</style>
border-color css
<style>
span { border-color: #7DD4CC; }
span { border-color: rgb(125,212,204); }
td.TdClassName
{
border-color: #7DD4CC;
}
.TagClassName
{
border-color: #7DD4CC;
}
</style>