Shades of Riptide #78D6D0
Tints of Riptide #78D6D0
RGB
CMYK
RGB Variations
Color information
#78D6D0 (or 0x78D6D0) is known color: Riptide. HEX triplet: 78, D6 and D0. RGB value is (120,214,208). Sum of RGB (Red+Green+Blue) = 120+214+208=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 214 - color contains mainly: green. Hex color #78D6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78D6D0 is #87292F. Grayscale: #B9B9B9. Windows color (decimal): -8857904 or 13686392. OLE color: 13686392.
HSL color Cylindrical-coordinate representation of color #78D6D0: hue angle of 176.17º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D6D0 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 208 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.16 |
| HSL | 176.17º | 0.53% | 0.65% | - |
| HSV(B) | 176.17º | 0.44% | 0.84% | - |
| XYZ | 43.18 | 56.64 | 68.33 | - |
| YUV | 185.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 208 | 0.44 | 0 | 0.03 | 0.16 | 176.17 | 0.53 | 0.65 |
| Hex | 78 | D6 | D0 | 2C | 0 | 3 | 10 | B0 | 35 | 41 |
| Octal | 170 | 326 | 320 | 54 | 0 | 3 | 20 | 260 | 65 | 101 |
| Binary | 1111000 | 11010110 | 11010000 | 101100 | 0 | 11 | 10000 | 10110000 | 110101 | 1000001 |
Color Harmonies of #78D6D0
Complementary color
Monochromatic Colors of #78D6D0
Black with #78D6D0
Text Example
Text Example
White with #78D6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D6D0; }
p { color: rgb(120,214,208); }
H1.HeaderClassName
{
color: #78D6D0;
}
.AnyTagClassName
{
color: #78D6D0;
}
</style>
background-color css
<style>
a { background-color: #78D6D0; }
a { background-color: rgb(120,214,208); }
div.DivClassName
{
background-color: #78D6D0;
}
.BgClassName
{
background-color: #78D6D0;
}
</style>
border-color css
<style>
span { border-color: #78D6D0; }
span { border-color: rgb(120,214,208); }
td.TdClassName
{
border-color: #78D6D0;
}
.TagClassName
{
border-color: #78D6D0;
}
</style>