Shades of Riptide #78E8D9
Tints of Riptide #78E8D9
RGB
CMYK
RGB Variations
Color information
#78E8D9 (or 0x78E8D9) is known color: Riptide. HEX triplet: 78, E8 and D9. RGB value is (120,232,217). Sum of RGB (Red+Green+Blue) = 120+232+217=569 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.09% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8D9 is #871726. Grayscale: #C4C4C4. Windows color (decimal): -8853287 or 14280824. OLE color: 14280824.
HSL color Cylindrical-coordinate representation of color #78E8D9: hue angle of 171.96º degrees, saturation: 0.71, 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 #78E8D9 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 217 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.09 |
| HSL | 171.96º | 0.71% | 0.69% | - |
| HSV(B) | 171.96º | 0.48% | 0.91% | - |
| XYZ | 49.13 | 66.72 | 75.93 | - |
| YUV | 196.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 217 | 0.48 | 0 | 0.06 | 0.09 | 171.96 | 0.71 | 0.69 |
| Hex | 78 | E8 | D9 | 30 | 0 | 6 | 9 | AC | 47 | 45 |
| Octal | 170 | 350 | 331 | 60 | 0 | 6 | 11 | 254 | 107 | 105 |
| Binary | 1111000 | 11101000 | 11011001 | 110000 | 0 | 110 | 1001 | 10101100 | 1000111 | 1000101 |
Color Harmonies of #78E8D9
Complementary color
Monochromatic Colors of #78E8D9
Black with #78E8D9
Text Example
Text Example
White with #78E8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8D9; }
p { color: rgb(120,232,217); }
H1.HeaderClassName
{
color: #78E8D9;
}
.AnyTagClassName
{
color: #78E8D9;
}
</style>
background-color css
<style>
a { background-color: #78E8D9; }
a { background-color: rgb(120,232,217); }
div.DivClassName
{
background-color: #78E8D9;
}
.BgClassName
{
background-color: #78E8D9;
}
</style>
border-color css
<style>
span { border-color: #78E8D9; }
span { border-color: rgb(120,232,217); }
td.TdClassName
{
border-color: #78E8D9;
}
.TagClassName
{
border-color: #78E8D9;
}
</style>