Shades of Riptide #78DACF
Tints of Riptide #78DACF
RGB
CMYK
RGB Variations
Color information
#78DACF (or 0x78DACF) is known color: Riptide. HEX triplet: 78, DA and CF. RGB value is (120,218,207). Sum of RGB (Red+Green+Blue) = 120+218+207=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #78DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DACF is #872530. Grayscale: #BBBBBB. Windows color (decimal): -8856881 or 13621880. OLE color: 13621880.
HSL color Cylindrical-coordinate representation of color #78DACF: hue angle of 173.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DACF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 207 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.15 |
| HSL | 173.27º | 0.57% | 0.66% | - |
| HSV(B) | 173.27º | 0.45% | 0.85% | - |
| XYZ | 44.08 | 58.64 | 68.03 | - |
| YUV | 187.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 207 | 0.45 | 0 | 0.05 | 0.15 | 173.27 | 0.57 | 0.66 |
| Hex | 78 | DA | CF | 2D | 0 | 5 | F | AD | 39 | 42 |
| Octal | 170 | 332 | 317 | 55 | 0 | 5 | 17 | 255 | 71 | 102 |
| Binary | 1111000 | 11011010 | 11001111 | 101101 | 0 | 101 | 1111 | 10101101 | 111001 | 1000010 |
Color Harmonies of #78DACF
Complementary color
Monochromatic Colors of #78DACF
Black with #78DACF
Text Example
Text Example
White with #78DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DACF; }
p { color: rgb(120,218,207); }
H1.HeaderClassName
{
color: #78DACF;
}
.AnyTagClassName
{
color: #78DACF;
}
</style>
background-color css
<style>
a { background-color: #78DACF; }
a { background-color: rgb(120,218,207); }
div.DivClassName
{
background-color: #78DACF;
}
.BgClassName
{
background-color: #78DACF;
}
</style>
border-color css
<style>
span { border-color: #78DACF; }
span { border-color: rgb(120,218,207); }
td.TdClassName
{
border-color: #78DACF;
}
.TagClassName
{
border-color: #78DACF;
}
</style>