Shades of Riptide #78DBCF
Tints of Riptide #78DBCF
RGB
CMYK
RGB Variations
Color information
#78DBCF (or 0x78DBCF) is known color: Riptide. HEX triplet: 78, DB and CF. RGB value is (120,219,207). Sum of RGB (Red+Green+Blue) = 120+219+207=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBCF is #872430. Grayscale: #BBBBBB. Windows color (decimal): -8856625 or 13622136. OLE color: 13622136.
HSL color Cylindrical-coordinate representation of color #78DBCF: hue angle of 172.73º 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 #78DBCF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 207 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.14 |
| HSL | 172.73º | 0.58% | 0.66% | - |
| HSV(B) | 172.73º | 0.45% | 0.86% | - |
| XYZ | 44.34 | 59.16 | 68.11 | - |
| YUV | 188.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 207 | 0.45 | 0 | 0.05 | 0.14 | 172.73 | 0.58 | 0.66 |
| Hex | 78 | DB | CF | 2D | 0 | 5 | E | AD | 3A | 42 |
| Octal | 170 | 333 | 317 | 55 | 0 | 5 | 16 | 255 | 72 | 102 |
| Binary | 1111000 | 11011011 | 11001111 | 101101 | 0 | 101 | 1110 | 10101101 | 111010 | 1000010 |
Color Harmonies of #78DBCF
Complementary color
Monochromatic Colors of #78DBCF
Black with #78DBCF
Text Example
Text Example
White with #78DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBCF; }
p { color: rgb(120,219,207); }
H1.HeaderClassName
{
color: #78DBCF;
}
.AnyTagClassName
{
color: #78DBCF;
}
</style>
background-color css
<style>
a { background-color: #78DBCF; }
a { background-color: rgb(120,219,207); }
div.DivClassName
{
background-color: #78DBCF;
}
.BgClassName
{
background-color: #78DBCF;
}
</style>
border-color css
<style>
span { border-color: #78DBCF; }
span { border-color: rgb(120,219,207); }
td.TdClassName
{
border-color: #78DBCF;
}
.TagClassName
{
border-color: #78DBCF;
}
</style>