Shades of Riptide #78E8D6
Tints of Riptide #78E8D6
RGB
CMYK
RGB Variations
Color information
#78E8D6 (or 0x78E8D6) is known color: Riptide. HEX triplet: 78, E8 and D6. RGB value is (120,232,214). Sum of RGB (Red+Green+Blue) = 120+232+214=566 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.20% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8D6 is #871729. Grayscale: #C4C4C4. Windows color (decimal): -8853290 or 14084216. OLE color: 14084216.
HSL color Cylindrical-coordinate representation of color #78E8D6: hue angle of 170.36º 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 #78E8D6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 214 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.09 |
| HSL | 170.36º | 0.71% | 0.69% | - |
| HSV(B) | 170.36º | 0.48% | 0.91% | - |
| XYZ | 48.74 | 66.56 | 73.9 | - |
| YUV | 196.46 | 137.89 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 214 | 0.48 | 0 | 0.08 | 0.09 | 170.36 | 0.71 | 0.69 |
| Hex | 78 | E8 | D6 | 30 | 0 | 8 | 9 | AA | 47 | 45 |
| Octal | 170 | 350 | 326 | 60 | 0 | 10 | 11 | 252 | 107 | 105 |
| Binary | 1111000 | 11101000 | 11010110 | 110000 | 0 | 1000 | 1001 | 10101010 | 1000111 | 1000101 |
Color Harmonies of #78E8D6
Complementary color
Monochromatic Colors of #78E8D6
Black with #78E8D6
Text Example
Text Example
White with #78E8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8D6; }
p { color: rgb(120,232,214); }
H1.HeaderClassName
{
color: #78E8D6;
}
.AnyTagClassName
{
color: #78E8D6;
}
</style>
background-color css
<style>
a { background-color: #78E8D6; }
a { background-color: rgb(120,232,214); }
div.DivClassName
{
background-color: #78E8D6;
}
.BgClassName
{
background-color: #78E8D6;
}
</style>
border-color css
<style>
span { border-color: #78E8D6; }
span { border-color: rgb(120,232,214); }
td.TdClassName
{
border-color: #78E8D6;
}
.TagClassName
{
border-color: #78E8D6;
}
</style>