Shades of Riptide #78E8D4
Tints of Riptide #78E8D4
RGB
CMYK
RGB Variations
Color information
#78E8D4 (or 0x78E8D4) is known color: Riptide. HEX triplet: 78, E8 and D4. RGB value is (120,232,212). Sum of RGB (Red+Green+Blue) = 120+232+212=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8D4 is #87172B. Grayscale: #C4C4C4. Windows color (decimal): -8853292 or 13953144. OLE color: 13953144.
HSL color Cylindrical-coordinate representation of color #78E8D4: hue angle of 169.29º 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 #78E8D4 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 212 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.09 |
| HSL | 169.29º | 0.71% | 0.69% | - |
| HSV(B) | 169.29º | 0.48% | 0.91% | - |
| XYZ | 48.49 | 66.46 | 72.56 | - |
| YUV | 196.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 212 | 0.48 | 0 | 0.09 | 0.09 | 169.29 | 0.71 | 0.69 |
| Hex | 78 | E8 | D4 | 30 | 0 | 9 | 9 | A9 | 47 | 45 |
| Octal | 170 | 350 | 324 | 60 | 0 | 11 | 11 | 251 | 107 | 105 |
| Binary | 1111000 | 11101000 | 11010100 | 110000 | 0 | 1001 | 1001 | 10101001 | 1000111 | 1000101 |
Color Harmonies of #78E8D4
Complementary color
Monochromatic Colors of #78E8D4
Black with #78E8D4
Text Example
Text Example
White with #78E8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8D4; }
p { color: rgb(120,232,212); }
H1.HeaderClassName
{
color: #78E8D4;
}
.AnyTagClassName
{
color: #78E8D4;
}
</style>
background-color css
<style>
a { background-color: #78E8D4; }
a { background-color: rgb(120,232,212); }
div.DivClassName
{
background-color: #78E8D4;
}
.BgClassName
{
background-color: #78E8D4;
}
</style>
border-color css
<style>
span { border-color: #78E8D4; }
span { border-color: rgb(120,232,212); }
td.TdClassName
{
border-color: #78E8D4;
}
.TagClassName
{
border-color: #78E8D4;
}
</style>