Shades of Riptide #78E8C5
Tints of Riptide #78E8C5
RGB
CMYK
RGB Variations
Color information
#78E8C5 (or 0x78E8C5) is known color: Riptide. HEX triplet: 78, E8 and C5. RGB value is (120,232,197). Sum of RGB (Red+Green+Blue) = 120+232+197=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8C5 is #87173A. Grayscale: #C2C2C2. Windows color (decimal): -8853307 or 12970104. OLE color: 12970104.
HSL color Cylindrical-coordinate representation of color #78E8C5: hue angle of 161.25º 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 #78E8C5 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 197 | - |
| CMYK | 0.48 | 0 | 0.15 | 0.09 |
| HSL | 161.25º | 0.71% | 0.69% | - |
| HSV(B) | 161.25º | 0.48% | 0.91% | - |
| XYZ | 46.68 | 65.74 | 63.05 | - |
| YUV | 194.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 197 | 0.48 | 0 | 0.15 | 0.09 | 161.25 | 0.71 | 0.69 |
| Hex | 78 | E8 | C5 | 30 | 0 | F | 9 | A1 | 47 | 45 |
| Octal | 170 | 350 | 305 | 60 | 0 | 17 | 11 | 241 | 107 | 105 |
| Binary | 1111000 | 11101000 | 11000101 | 110000 | 0 | 1111 | 1001 | 10100001 | 1000111 | 1000101 |
Color Harmonies of #78E8C5
Complementary color
Monochromatic Colors of #78E8C5
Black with #78E8C5
Text Example
Text Example
White with #78E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8C5; }
p { color: rgb(120,232,197); }
H1.HeaderClassName
{
color: #78E8C5;
}
.AnyTagClassName
{
color: #78E8C5;
}
</style>
background-color css
<style>
a { background-color: #78E8C5; }
a { background-color: rgb(120,232,197); }
div.DivClassName
{
background-color: #78E8C5;
}
.BgClassName
{
background-color: #78E8C5;
}
</style>
border-color css
<style>
span { border-color: #78E8C5; }
span { border-color: rgb(120,232,197); }
td.TdClassName
{
border-color: #78E8C5;
}
.TagClassName
{
border-color: #78E8C5;
}
</style>