Shades of Riptide #7DD7D3
Tints of Riptide #7DD7D3
RGB
CMYK
RGB Variations
Color information
#7DD7D3 (or 0x7DD7D3) is known color: Riptide. HEX triplet: 7D, D7 and D3. RGB value is (125,215,211). Sum of RGB (Red+Green+Blue) = 125+215+211=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7D3 is #82282C. Grayscale: #BBBBBB. Windows color (decimal): -8529965 or 13883261. OLE color: 13883261.
HSL color Cylindrical-coordinate representation of color #7DD7D3: hue angle of 177.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 #7DD7D3 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 211 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.16 |
| HSL | 177.33º | 0.53% | 0.67% | - |
| HSV(B) | 177.33º | 0.42% | 0.84% | - |
| XYZ | 44.52 | 57.66 | 70.41 | - |
| YUV | 187.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 211 | 0.42 | 0 | 0.02 | 0.16 | 177.33 | 0.53 | 0.67 |
| Hex | 7D | D7 | D3 | 2A | 0 | 2 | 10 | B1 | 35 | 43 |
| Octal | 175 | 327 | 323 | 52 | 0 | 2 | 20 | 261 | 65 | 103 |
| Binary | 1111101 | 11010111 | 11010011 | 101010 | 0 | 10 | 10000 | 10110001 | 110101 | 1000011 |
Color Harmonies of #7DD7D3
Complementary color
Monochromatic Colors of #7DD7D3
Black with #7DD7D3
Text Example
Text Example
White with #7DD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7D3; }
p { color: rgb(125,215,211); }
H1.HeaderClassName
{
color: #7DD7D3;
}
.AnyTagClassName
{
color: #7DD7D3;
}
</style>
background-color css
<style>
a { background-color: #7DD7D3; }
a { background-color: rgb(125,215,211); }
div.DivClassName
{
background-color: #7DD7D3;
}
.BgClassName
{
background-color: #7DD7D3;
}
</style>
border-color css
<style>
span { border-color: #7DD7D3; }
span { border-color: rgb(125,215,211); }
td.TdClassName
{
border-color: #7DD7D3;
}
.TagClassName
{
border-color: #7DD7D3;
}
</style>