Shades of Riptide #78DCC9
Tints of Riptide #78DCC9
RGB
CMYK
RGB Variations
Color information
#78DCC9 (or 0x78DCC9) is known color: Riptide. HEX triplet: 78, DC and C9. RGB value is (120,220,201). Sum of RGB (Red+Green+Blue) = 120+220+201=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #78DCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DCC9 is #872336. Grayscale: #BBBBBB. Windows color (decimal): -8856375 or 13229176. OLE color: 13229176.
HSL color Cylindrical-coordinate representation of color #78DCC9: hue angle of 168.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 #78DCC9 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 201 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.14 |
| HSL | 168.6º | 0.59% | 0.67% | - |
| HSV(B) | 168.6º | 0.45% | 0.86% | - |
| XYZ | 43.88 | 59.4 | 64.41 | - |
| YUV | 187.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 201 | 0.45 | 0 | 0.09 | 0.14 | 168.6 | 0.59 | 0.67 |
| Hex | 78 | DC | C9 | 2D | 0 | 9 | E | A9 | 3B | 43 |
| Octal | 170 | 334 | 311 | 55 | 0 | 11 | 16 | 251 | 73 | 103 |
| Binary | 1111000 | 11011100 | 11001001 | 101101 | 0 | 1001 | 1110 | 10101001 | 111011 | 1000011 |
Color Harmonies of #78DCC9
Complementary color
Monochromatic Colors of #78DCC9
Black with #78DCC9
Text Example
Text Example
White with #78DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DCC9; }
p { color: rgb(120,220,201); }
H1.HeaderClassName
{
color: #78DCC9;
}
.AnyTagClassName
{
color: #78DCC9;
}
</style>
background-color css
<style>
a { background-color: #78DCC9; }
a { background-color: rgb(120,220,201); }
div.DivClassName
{
background-color: #78DCC9;
}
.BgClassName
{
background-color: #78DCC9;
}
</style>
border-color css
<style>
span { border-color: #78DCC9; }
span { border-color: rgb(120,220,201); }
td.TdClassName
{
border-color: #78DCC9;
}
.TagClassName
{
border-color: #78DCC9;
}
</style>