Shades of Riptide #7DD3CE
Tints of Riptide #7DD3CE
RGB
CMYK
RGB Variations
Color information
#7DD3CE (or 0x7DD3CE) is known color: Riptide. HEX triplet: 7D, D3 and CE. RGB value is (125,211,206). Sum of RGB (Red+Green+Blue) = 125+211+206=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD3CE is #822C31. Grayscale: #B8B8B8. Windows color (decimal): -8530994 or 13554557. OLE color: 13554557.
HSL color Cylindrical-coordinate representation of color #7DD3CE: hue angle of 176.51º degrees, saturation: 0.49, 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 #7DD3CE is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 206 | - |
| CMYK | 0.41 | 0 | 0.02 | 0.17 |
| HSL | 176.51º | 0.49% | 0.66% | - |
| HSV(B) | 176.51º | 0.41% | 0.83% | - |
| XYZ | 42.89 | 55.4 | 66.83 | - |
| YUV | 184.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 206 | 0.41 | 0 | 0.02 | 0.17 | 176.51 | 0.49 | 0.66 |
| Hex | 7D | D3 | CE | 29 | 0 | 2 | 11 | B1 | 31 | 42 |
| Octal | 175 | 323 | 316 | 51 | 0 | 2 | 21 | 261 | 61 | 102 |
| Binary | 1111101 | 11010011 | 11001110 | 101001 | 0 | 10 | 10001 | 10110001 | 110001 | 1000010 |
Color Harmonies of #7DD3CE
Complementary color
Monochromatic Colors of #7DD3CE
Black with #7DD3CE
Text Example
Text Example
White with #7DD3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD3CE; }
p { color: rgb(125,211,206); }
H1.HeaderClassName
{
color: #7DD3CE;
}
.AnyTagClassName
{
color: #7DD3CE;
}
</style>
background-color css
<style>
a { background-color: #7DD3CE; }
a { background-color: rgb(125,211,206); }
div.DivClassName
{
background-color: #7DD3CE;
}
.BgClassName
{
background-color: #7DD3CE;
}
</style>
border-color css
<style>
span { border-color: #7DD3CE; }
span { border-color: rgb(125,211,206); }
td.TdClassName
{
border-color: #7DD3CE;
}
.TagClassName
{
border-color: #7DD3CE;
}
</style>