Shades of Riptide #7DDDD4
Tints of Riptide #7DDDD4
RGB
CMYK
RGB Variations
Color information
#7DDDD4 (or 0x7DDDD4) is known color: Riptide. HEX triplet: 7D, DD and D4. RGB value is (125,221,212). Sum of RGB (Red+Green+Blue) = 125+221+212=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD4 is #82222B. Grayscale: #BFBFBF. Windows color (decimal): -8528428 or 13950333. OLE color: 13950333.
HSL color Cylindrical-coordinate representation of color #7DDDD4: hue angle of 174.38º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDD4 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 212 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.13 |
| HSL | 174.38º | 0.59% | 0.68% | - |
| HSV(B) | 174.38º | 0.43% | 0.87% | - |
| XYZ | 46.2 | 60.83 | 71.59 | - |
| YUV | 191.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 212 | 0.43 | 0 | 0.04 | 0.13 | 174.38 | 0.59 | 0.68 |
| Hex | 7D | DD | D4 | 2B | 0 | 4 | D | AE | 3B | 44 |
| Octal | 175 | 335 | 324 | 53 | 0 | 4 | 15 | 256 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11010100 | 101011 | 0 | 100 | 1101 | 10101110 | 111011 | 1000100 |
Color Harmonies of #7DDDD4
Complementary color
Monochromatic Colors of #7DDDD4
Black with #7DDDD4
Text Example
Text Example
White with #7DDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDD4; }
p { color: rgb(125,221,212); }
H1.HeaderClassName
{
color: #7DDDD4;
}
.AnyTagClassName
{
color: #7DDDD4;
}
</style>
background-color css
<style>
a { background-color: #7DDDD4; }
a { background-color: rgb(125,221,212); }
div.DivClassName
{
background-color: #7DDDD4;
}
.BgClassName
{
background-color: #7DDDD4;
}
</style>
border-color css
<style>
span { border-color: #7DDDD4; }
span { border-color: rgb(125,221,212); }
td.TdClassName
{
border-color: #7DDDD4;
}
.TagClassName
{
border-color: #7DDDD4;
}
</style>