Shades of Riptide #79DDD0
Tints of Riptide #79DDD0
RGB
CMYK
RGB Variations
Color information
#79DDD0 (or 0x79DDD0) is known color: Riptide. HEX triplet: 79, DD and D0. RGB value is (121,221,208). Sum of RGB (Red+Green+Blue) = 121+221+208=550 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #79DDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDD0 is #86222F. Grayscale: #BDBDBD. Windows color (decimal): -8790576 or 13688185. OLE color: 13688185.
HSL color Cylindrical-coordinate representation of color #79DDD0: hue angle of 172.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DDD0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 221 | 208 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.13 |
| HSL | 172.2º | 0.6% | 0.67% | - |
| HSV(B) | 172.2º | 0.45% | 0.87% | - |
| XYZ | 45.13 | 60.33 | 68.94 | - |
| YUV | 189.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 221 | 208 | 0.45 | 0 | 0.06 | 0.13 | 172.2 | 0.6 | 0.67 |
| Hex | 79 | DD | D0 | 2D | 0 | 6 | D | AC | 3C | 43 |
| Octal | 171 | 335 | 320 | 55 | 0 | 6 | 15 | 254 | 74 | 103 |
| Binary | 1111001 | 11011101 | 11010000 | 101101 | 0 | 110 | 1101 | 10101100 | 111100 | 1000011 |
Color Harmonies of #79DDD0
Complementary color
Monochromatic Colors of #79DDD0
Black with #79DDD0
Text Example
Text Example
White with #79DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DDD0; }
p { color: rgb(121,221,208); }
H1.HeaderClassName
{
color: #79DDD0;
}
.AnyTagClassName
{
color: #79DDD0;
}
</style>
background-color css
<style>
a { background-color: #79DDD0; }
a { background-color: rgb(121,221,208); }
div.DivClassName
{
background-color: #79DDD0;
}
.BgClassName
{
background-color: #79DDD0;
}
</style>
border-color css
<style>
span { border-color: #79DDD0; }
span { border-color: rgb(121,221,208); }
td.TdClassName
{
border-color: #79DDD0;
}
.TagClassName
{
border-color: #79DDD0;
}
</style>