Shades of Riptide #7DD7CA
Tints of Riptide #7DD7CA
RGB
CMYK
RGB Variations
Color information
#7DD7CA (or 0x7DD7CA) is known color: Riptide. HEX triplet: 7D, D7 and CA. RGB value is (125,215,202). Sum of RGB (Red+Green+Blue) = 125+215+202=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 215 (84.38% from 255 or 39.67% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7CA is #822835. Grayscale: #BABABA. Windows color (decimal): -8529974 or 13293437. OLE color: 13293437.
HSL color Cylindrical-coordinate representation of color #7DD7CA: hue angle of 171.33º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD7CA is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 202 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.16 |
| HSL | 171.33º | 0.53% | 0.67% | - |
| HSV(B) | 171.33º | 0.42% | 0.84% | - |
| XYZ | 43.42 | 57.23 | 64.63 | - |
| YUV | 186.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 202 | 0.42 | 0 | 0.06 | 0.16 | 171.33 | 0.53 | 0.67 |
| Hex | 7D | D7 | CA | 2A | 0 | 6 | 10 | AB | 35 | 43 |
| Octal | 175 | 327 | 312 | 52 | 0 | 6 | 20 | 253 | 65 | 103 |
| Binary | 1111101 | 11010111 | 11001010 | 101010 | 0 | 110 | 10000 | 10101011 | 110101 | 1000011 |
Color Harmonies of #7DD7CA
Complementary color
Monochromatic Colors of #7DD7CA
Black with #7DD7CA
Text Example
Text Example
White with #7DD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7CA; }
p { color: rgb(125,215,202); }
H1.HeaderClassName
{
color: #7DD7CA;
}
.AnyTagClassName
{
color: #7DD7CA;
}
</style>
background-color css
<style>
a { background-color: #7DD7CA; }
a { background-color: rgb(125,215,202); }
div.DivClassName
{
background-color: #7DD7CA;
}
.BgClassName
{
background-color: #7DD7CA;
}
</style>
border-color css
<style>
span { border-color: #7DD7CA; }
span { border-color: rgb(125,215,202); }
td.TdClassName
{
border-color: #7DD7CA;
}
.TagClassName
{
border-color: #7DD7CA;
}
</style>