Shades of Riptide #7DDDD2
Tints of Riptide #7DDDD2
RGB
CMYK
RGB Variations
Color information
#7DDDD2 (or 0x7DDDD2) is known color: Riptide. HEX triplet: 7D, DD and D2. RGB value is (125,221,210). Sum of RGB (Red+Green+Blue) = 125+221+210=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD2 is #82222D. Grayscale: #BEBEBE. Windows color (decimal): -8528430 or 13819261. OLE color: 13819261.
HSL color Cylindrical-coordinate representation of color #7DDDD2: hue angle of 173.12º 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 #7DDDD2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 210 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.13 |
| HSL | 173.13º | 0.59% | 0.68% | - |
| HSV(B) | 173.13º | 0.43% | 0.87% | - |
| XYZ | 45.95 | 60.73 | 70.27 | - |
| YUV | 191.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 210 | 0.43 | 0 | 0.05 | 0.13 | 173.13 | 0.59 | 0.68 |
| Hex | 7D | DD | D2 | 2B | 0 | 5 | D | AD | 3B | 44 |
| Octal | 175 | 335 | 322 | 53 | 0 | 5 | 15 | 255 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11010010 | 101011 | 0 | 101 | 1101 | 10101101 | 111011 | 1000100 |
Color Harmonies of #7DDDD2
Complementary color
Monochromatic Colors of #7DDDD2
Black with #7DDDD2
Text Example
Text Example
White with #7DDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDD2; }
p { color: rgb(125,221,210); }
H1.HeaderClassName
{
color: #7DDDD2;
}
.AnyTagClassName
{
color: #7DDDD2;
}
</style>
background-color css
<style>
a { background-color: #7DDDD2; }
a { background-color: rgb(125,221,210); }
div.DivClassName
{
background-color: #7DDDD2;
}
.BgClassName
{
background-color: #7DDDD2;
}
</style>
border-color css
<style>
span { border-color: #7DDDD2; }
span { border-color: rgb(125,221,210); }
td.TdClassName
{
border-color: #7DDDD2;
}
.TagClassName
{
border-color: #7DDDD2;
}
</style>