Shades of Riptide #78E7C9
Tints of Riptide #78E7C9
RGB
CMYK
RGB Variations
Color information
#78E7C9 (or 0x78E7C9) is known color: Riptide. HEX triplet: 78, E7 and C9. RGB value is (120,231,201). Sum of RGB (Red+Green+Blue) = 120+231+201=552 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.74% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #78E7C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E7C9 is #871836. Grayscale: #C2C2C2. Windows color (decimal): -8853559 or 13231992. OLE color: 13231992.
HSL color Cylindrical-coordinate representation of color #78E7C9: hue angle of 163.78º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E7C9 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 231 | 201 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.09 |
| HSL | 163.78º | 0.7% | 0.69% | - |
| HSV(B) | 163.78º | 0.48% | 0.91% | - |
| XYZ | 46.86 | 65.36 | 65.4 | - |
| YUV | 194.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 231 | 201 | 0.48 | 0 | 0.13 | 0.09 | 163.78 | 0.7 | 0.69 |
| Hex | 78 | E7 | C9 | 30 | 0 | D | 9 | A4 | 46 | 45 |
| Octal | 170 | 347 | 311 | 60 | 0 | 15 | 11 | 244 | 106 | 105 |
| Binary | 1111000 | 11100111 | 11001001 | 110000 | 0 | 1101 | 1001 | 10100100 | 1000110 | 1000101 |
Color Harmonies of #78E7C9
Complementary color
Monochromatic Colors of #78E7C9
Black with #78E7C9
Text Example
Text Example
White with #78E7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E7C9; }
p { color: rgb(120,231,201); }
H1.HeaderClassName
{
color: #78E7C9;
}
.AnyTagClassName
{
color: #78E7C9;
}
</style>
background-color css
<style>
a { background-color: #78E7C9; }
a { background-color: rgb(120,231,201); }
div.DivClassName
{
background-color: #78E7C9;
}
.BgClassName
{
background-color: #78E7C9;
}
</style>
border-color css
<style>
span { border-color: #78E7C9; }
span { border-color: rgb(120,231,201); }
td.TdClassName
{
border-color: #78E7C9;
}
.TagClassName
{
border-color: #78E7C9;
}
</style>