Shades of Riptide #78DBD0
Tints of Riptide #78DBD0
RGB
CMYK
RGB Variations
Color information
#78DBD0 (or 0x78DBD0) is known color: Riptide. HEX triplet: 78, DB and D0. RGB value is (120,219,208). Sum of RGB (Red+Green+Blue) = 120+219+208=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBD0 is #87242F. Grayscale: #BCBCBC. Windows color (decimal): -8856624 or 13687672. OLE color: 13687672.
HSL color Cylindrical-coordinate representation of color #78DBD0: hue angle of 173.33º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DBD0 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 208 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.14 |
| HSL | 173.33º | 0.58% | 0.66% | - |
| HSV(B) | 173.33º | 0.45% | 0.86% | - |
| XYZ | 44.46 | 59.21 | 68.76 | - |
| YUV | 188.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 208 | 0.45 | 0 | 0.05 | 0.14 | 173.33 | 0.58 | 0.66 |
| Hex | 78 | DB | D0 | 2D | 0 | 5 | E | AD | 3A | 42 |
| Octal | 170 | 333 | 320 | 55 | 0 | 5 | 16 | 255 | 72 | 102 |
| Binary | 1111000 | 11011011 | 11010000 | 101101 | 0 | 101 | 1110 | 10101101 | 111010 | 1000010 |
Color Harmonies of #78DBD0
Complementary color
Monochromatic Colors of #78DBD0
Black with #78DBD0
Text Example
Text Example
White with #78DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBD0; }
p { color: rgb(120,219,208); }
H1.HeaderClassName
{
color: #78DBD0;
}
.AnyTagClassName
{
color: #78DBD0;
}
</style>
background-color css
<style>
a { background-color: #78DBD0; }
a { background-color: rgb(120,219,208); }
div.DivClassName
{
background-color: #78DBD0;
}
.BgClassName
{
background-color: #78DBD0;
}
</style>
border-color css
<style>
span { border-color: #78DBD0; }
span { border-color: rgb(120,219,208); }
td.TdClassName
{
border-color: #78DBD0;
}
.TagClassName
{
border-color: #78DBD0;
}
</style>