Shades of Riptide #79DDC8
Tints of Riptide #79DDC8
RGB
CMYK
RGB Variations
Color information
#79DDC8 (or 0x79DDC8) is known color: Riptide. HEX triplet: 79, DD and C8. RGB value is (121,221,200). Sum of RGB (Red+Green+Blue) = 121+221+200=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #79DDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79DDC8 is #862237. Grayscale: #BCBCBC. Windows color (decimal): -8790584 or 13163897. OLE color: 13163897.
HSL color Cylindrical-coordinate representation of color #79DDC8: hue angle of 167.4º 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 #79DDC8 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 221 | 200 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.13 |
| HSL | 167.4º | 0.6% | 0.67% | - |
| HSV(B) | 167.4º | 0.45% | 0.87% | - |
| XYZ | 44.17 | 59.95 | 63.89 | - |
| YUV | 188.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 221 | 200 | 0.45 | 0 | 0.10 | 0.13 | 167.4 | 0.6 | 0.67 |
| Hex | 79 | DD | C8 | 2D | 0 | A | D | A7 | 3C | 43 |
| Octal | 171 | 335 | 310 | 55 | 0 | 12 | 15 | 247 | 74 | 103 |
| Binary | 1111001 | 11011101 | 11001000 | 101101 | 0 | 1010 | 1101 | 10100111 | 111100 | 1000011 |
Color Harmonies of #79DDC8
Complementary color
Monochromatic Colors of #79DDC8
Black with #79DDC8
Text Example
Text Example
White with #79DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DDC8; }
p { color: rgb(121,221,200); }
H1.HeaderClassName
{
color: #79DDC8;
}
.AnyTagClassName
{
color: #79DDC8;
}
</style>
background-color css
<style>
a { background-color: #79DDC8; }
a { background-color: rgb(121,221,200); }
div.DivClassName
{
background-color: #79DDC8;
}
.BgClassName
{
background-color: #79DDC8;
}
</style>
border-color css
<style>
span { border-color: #79DDC8; }
span { border-color: rgb(121,221,200); }
td.TdClassName
{
border-color: #79DDC8;
}
.TagClassName
{
border-color: #79DDC8;
}
</style>