Shades of Riptide #7DDCC6
Tints of Riptide #7DDCC6
RGB
CMYK
RGB Variations
Color information
#7DDCC6 (or 0x7DDCC6) is known color: Riptide. HEX triplet: 7D, DC and C6. RGB value is (125,220,198). Sum of RGB (Red+Green+Blue) = 125+220+198=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #7DDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCC6 is #822339. Grayscale: #BDBDBD. Windows color (decimal): -8528698 or 13032573. OLE color: 13032573.
HSL color Cylindrical-coordinate representation of color #7DDCC6: hue angle of 166.11º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDCC6 is Cyan = 0.43, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 220 | 198 | - |
| CMYK | 0.43 | 0 | 0.1 | 0.14 |
| HSL | 166.11º | 0.58% | 0.68% | - |
| HSV(B) | 166.11º | 0.43% | 0.86% | - |
| XYZ | 44.24 | 59.62 | 62.6 | - |
| YUV | 189.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 220 | 198 | 0.43 | 0 | 0.1 | 0.14 | 166.11 | 0.58 | 0.68 |
| Hex | 7D | DC | C6 | 2B | 0 | A | E | A6 | 3A | 44 |
| Octal | 175 | 334 | 306 | 53 | 0 | 12 | 16 | 246 | 72 | 104 |
| Binary | 1111101 | 11011100 | 11000110 | 101011 | 0 | 1010 | 1110 | 10100110 | 111010 | 1000100 |
Color Harmonies of #7DDCC6
Complementary color
Monochromatic Colors of #7DDCC6
Black with #7DDCC6
Text Example
Text Example
White with #7DDCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDCC6; }
p { color: rgb(125,220,198); }
H1.HeaderClassName
{
color: #7DDCC6;
}
.AnyTagClassName
{
color: #7DDCC6;
}
</style>
background-color css
<style>
a { background-color: #7DDCC6; }
a { background-color: rgb(125,220,198); }
div.DivClassName
{
background-color: #7DDCC6;
}
.BgClassName
{
background-color: #7DDCC6;
}
</style>
border-color css
<style>
span { border-color: #7DDCC6; }
span { border-color: rgb(125,220,198); }
td.TdClassName
{
border-color: #7DDCC6;
}
.TagClassName
{
border-color: #7DDCC6;
}
</style>