Shades of Riptide #78E1D5
Tints of Riptide #78E1D5
RGB
CMYK
RGB Variations
Color information
#78E1D5 (or 0x78E1D5) is known color: Riptide. HEX triplet: 78, E1 and D5. RGB value is (120,225,213). Sum of RGB (Red+Green+Blue) = 120+225+213=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #78E1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E1D5 is #871E2A. Grayscale: #C0C0C0. Windows color (decimal): -8855083 or 14016888. OLE color: 14016888.
HSL color Cylindrical-coordinate representation of color #78E1D5: hue angle of 173.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E1D5 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 225 | 213 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.12 |
| HSL | 173.14º | 0.64% | 0.68% | - |
| HSV(B) | 173.14º | 0.47% | 0.88% | - |
| XYZ | 46.68 | 62.65 | 72.58 | - |
| YUV | 192.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 225 | 213 | 0.47 | 0 | 0.05 | 0.12 | 173.14 | 0.64 | 0.68 |
| Hex | 78 | E1 | D5 | 2F | 0 | 5 | C | AD | 40 | 44 |
| Octal | 170 | 341 | 325 | 57 | 0 | 5 | 14 | 255 | 100 | 104 |
| Binary | 1111000 | 11100001 | 11010101 | 101111 | 0 | 101 | 1100 | 10101101 | 1000000 | 1000100 |
Color Harmonies of #78E1D5
Complementary color
Monochromatic Colors of #78E1D5
Black with #78E1D5
Text Example
Text Example
White with #78E1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E1D5; }
p { color: rgb(120,225,213); }
H1.HeaderClassName
{
color: #78E1D5;
}
.AnyTagClassName
{
color: #78E1D5;
}
</style>
background-color css
<style>
a { background-color: #78E1D5; }
a { background-color: rgb(120,225,213); }
div.DivClassName
{
background-color: #78E1D5;
}
.BgClassName
{
background-color: #78E1D5;
}
</style>
border-color css
<style>
span { border-color: #78E1D5; }
span { border-color: rgb(120,225,213); }
td.TdClassName
{
border-color: #78E1D5;
}
.TagClassName
{
border-color: #78E1D5;
}
</style>