Shades of Riptide #78DBCC
Tints of Riptide #78DBCC
RGB
CMYK
RGB Variations
Color information
#78DBCC (or 0x78DBCC) is known color: Riptide. HEX triplet: 78, DB and CC. RGB value is (120,219,204). Sum of RGB (Red+Green+Blue) = 120+219+204=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #78DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DBCC is #872433. Grayscale: #BBBBBB. Windows color (decimal): -8856628 or 13425528. OLE color: 13425528.
HSL color Cylindrical-coordinate representation of color #78DBCC: hue angle of 170.91º 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 #78DBCC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 219 | 204 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.14 |
| HSL | 170.91º | 0.58% | 0.66% | - |
| HSV(B) | 170.91º | 0.45% | 0.86% | - |
| XYZ | 43.98 | 59.02 | 66.2 | - |
| YUV | 187.69 | 137.2 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 219 | 204 | 0.45 | 0 | 0.07 | 0.14 | 170.91 | 0.58 | 0.66 |
| Hex | 78 | DB | CC | 2D | 0 | 7 | E | AB | 3A | 42 |
| Octal | 170 | 333 | 314 | 55 | 0 | 7 | 16 | 253 | 72 | 102 |
| Binary | 1111000 | 11011011 | 11001100 | 101101 | 0 | 111 | 1110 | 10101011 | 111010 | 1000010 |
Color Harmonies of #78DBCC
Complementary color
Monochromatic Colors of #78DBCC
Black with #78DBCC
Text Example
Text Example
White with #78DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DBCC; }
p { color: rgb(120,219,204); }
H1.HeaderClassName
{
color: #78DBCC;
}
.AnyTagClassName
{
color: #78DBCC;
}
</style>
background-color css
<style>
a { background-color: #78DBCC; }
a { background-color: rgb(120,219,204); }
div.DivClassName
{
background-color: #78DBCC;
}
.BgClassName
{
background-color: #78DBCC;
}
</style>
border-color css
<style>
span { border-color: #78DBCC; }
span { border-color: rgb(120,219,204); }
td.TdClassName
{
border-color: #78DBCC;
}
.TagClassName
{
border-color: #78DBCC;
}
</style>