Shades of Riptide #7DDDD0
Tints of Riptide #7DDDD0
RGB
CMYK
RGB Variations
Color information
#7DDDD0 (or 0x7DDDD0) is known color: Riptide. HEX triplet: 7D, DD and D0. RGB value is (125,221,208). Sum of RGB (Red+Green+Blue) = 125+221+208=554 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.56% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD0 is #82222F. Grayscale: #BEBEBE. Windows color (decimal): -8528432 or 13688189. OLE color: 13688189.
HSL color Cylindrical-coordinate representation of color #7DDDD0: hue angle of 171.88º 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 #7DDDD0 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 208 | - |
| CMYK | 0.43 | 0 | 0.06 | 0.13 |
| HSL | 171.88º | 0.59% | 0.68% | - |
| HSV(B) | 171.88º | 0.43% | 0.87% | - |
| XYZ | 45.7 | 60.63 | 68.97 | - |
| YUV | 190.81 | 137.7 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 208 | 0.43 | 0 | 0.06 | 0.13 | 171.88 | 0.59 | 0.68 |
| Hex | 7D | DD | D0 | 2B | 0 | 6 | D | AC | 3B | 44 |
| Octal | 175 | 335 | 320 | 53 | 0 | 6 | 15 | 254 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11010000 | 101011 | 0 | 110 | 1101 | 10101100 | 111011 | 1000100 |
Color Harmonies of #7DDDD0
Complementary color
Monochromatic Colors of #7DDDD0
Black with #7DDDD0
Text Example
Text Example
White with #7DDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDD0; }
p { color: rgb(125,221,208); }
H1.HeaderClassName
{
color: #7DDDD0;
}
.AnyTagClassName
{
color: #7DDDD0;
}
</style>
background-color css
<style>
a { background-color: #7DDDD0; }
a { background-color: rgb(125,221,208); }
div.DivClassName
{
background-color: #7DDDD0;
}
.BgClassName
{
background-color: #7DDDD0;
}
</style>
border-color css
<style>
span { border-color: #7DDDD0; }
span { border-color: rgb(125,221,208); }
td.TdClassName
{
border-color: #7DDDD0;
}
.TagClassName
{
border-color: #7DDDD0;
}
</style>