Shades of Riptide #78DCCE
Tints of Riptide #78DCCE
RGB
CMYK
RGB Variations
Color information
#78DCCE (or 0x78DCCE) is known color: Riptide. HEX triplet: 78, DC and CE. RGB value is (120,220,206). Sum of RGB (Red+Green+Blue) = 120+220+206=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCCE is #872331. Grayscale: #BCBCBC. Windows color (decimal): -8856370 or 13556856. OLE color: 13556856.
HSL color Cylindrical-coordinate representation of color #78DCCE: hue angle of 171.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DCCE is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 206 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.14 |
| HSL | 171.6º | 0.59% | 0.67% | - |
| HSV(B) | 171.6º | 0.45% | 0.86% | - |
| XYZ | 44.48 | 59.64 | 67.56 | - |
| YUV | 188.5 | 137.87 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 206 | 0.45 | 0 | 0.06 | 0.14 | 171.6 | 0.59 | 0.67 |
| Hex | 78 | DC | CE | 2D | 0 | 6 | E | AC | 3B | 43 |
| Octal | 170 | 334 | 316 | 55 | 0 | 6 | 16 | 254 | 73 | 103 |
| Binary | 1111000 | 11011100 | 11001110 | 101101 | 0 | 110 | 1110 | 10101100 | 111011 | 1000011 |
Color Harmonies of #78DCCE
Complementary color
Monochromatic Colors of #78DCCE
Black with #78DCCE
Text Example
Text Example
White with #78DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCCE; }
p { color: rgb(120,220,206); }
H1.HeaderClassName
{
color: #78DCCE;
}
.AnyTagClassName
{
color: #78DCCE;
}
</style>
background-color css
<style>
a { background-color: #78DCCE; }
a { background-color: rgb(120,220,206); }
div.DivClassName
{
background-color: #78DCCE;
}
.BgClassName
{
background-color: #78DCCE;
}
</style>
border-color css
<style>
span { border-color: #78DCCE; }
span { border-color: rgb(120,220,206); }
td.TdClassName
{
border-color: #78DCCE;
}
.TagClassName
{
border-color: #78DCCE;
}
</style>