Shades of Riptide #7DDDD3
Tints of Riptide #7DDDD3
RGB
CMYK
RGB Variations
Color information
#7DDDD3 (or 0x7DDDD3) is known color: Riptide. HEX triplet: 7D, DD and D3. RGB value is (125,221,211). Sum of RGB (Red+Green+Blue) = 125+221+211=557 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.44% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD3 is #82222C. Grayscale: #BFBFBF. Windows color (decimal): -8528429 or 13884797. OLE color: 13884797.
HSL color Cylindrical-coordinate representation of color #7DDDD3: hue angle of 173.75º 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 #7DDDD3 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 211 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 173.75º | 0.59% | 0.68% | - |
| HSV(B) | 173.75º | 0.43% | 0.87% | - |
| XYZ | 46.07 | 60.78 | 70.93 | - |
| YUV | 191.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 211 | 0.43 | 0 | 0.05 | 0.13 | 173.75 | 0.59 | 0.68 |
| Hex | 7D | DD | D3 | 2B | 0 | 5 | D | AE | 3B | 44 |
| Octal | 175 | 335 | 323 | 53 | 0 | 5 | 15 | 256 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11010011 | 101011 | 0 | 101 | 1101 | 10101110 | 111011 | 1000100 |
Color Harmonies of #7DDDD3
Complementary color
Monochromatic Colors of #7DDDD3
Black with #7DDDD3
Text Example
Text Example
White with #7DDDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDD3; }
p { color: rgb(125,221,211); }
H1.HeaderClassName
{
color: #7DDDD3;
}
.AnyTagClassName
{
color: #7DDDD3;
}
</style>
background-color css
<style>
a { background-color: #7DDDD3; }
a { background-color: rgb(125,221,211); }
div.DivClassName
{
background-color: #7DDDD3;
}
.BgClassName
{
background-color: #7DDDD3;
}
</style>
border-color css
<style>
span { border-color: #7DDDD3; }
span { border-color: rgb(125,221,211); }
td.TdClassName
{
border-color: #7DDDD3;
}
.TagClassName
{
border-color: #7DDDD3;
}
</style>