Shades of Riptide #78E1CA
Tints of Riptide #78E1CA
RGB
CMYK
RGB Variations
Color information
#78E1CA (or 0x78E1CA) is known color: Riptide. HEX triplet: 78, E1 and CA. RGB value is (120,225,202). Sum of RGB (Red+Green+Blue) = 120+225+202=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #78E1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E1CA is #871E35. Grayscale: #BEBEBE. Windows color (decimal): -8855094 or 13295992. OLE color: 13295992.
HSL color Cylindrical-coordinate representation of color #78E1CA: hue angle of 166.86º 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 #78E1CA is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 225 | 202 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.12 |
| HSL | 166.86º | 0.64% | 0.68% | - |
| HSV(B) | 166.86º | 0.47% | 0.88% | - |
| XYZ | 45.33 | 62.11 | 65.48 | - |
| YUV | 190.98 | 134.21 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 225 | 202 | 0.47 | 0 | 0.10 | 0.12 | 166.86 | 0.64 | 0.68 |
| Hex | 78 | E1 | CA | 2F | 0 | A | C | A7 | 40 | 44 |
| Octal | 170 | 341 | 312 | 57 | 0 | 12 | 14 | 247 | 100 | 104 |
| Binary | 1111000 | 11100001 | 11001010 | 101111 | 0 | 1010 | 1100 | 10100111 | 1000000 | 1000100 |
Color Harmonies of #78E1CA
Complementary color
Monochromatic Colors of #78E1CA
Black with #78E1CA
Text Example
Text Example
White with #78E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E1CA; }
p { color: rgb(120,225,202); }
H1.HeaderClassName
{
color: #78E1CA;
}
.AnyTagClassName
{
color: #78E1CA;
}
</style>
background-color css
<style>
a { background-color: #78E1CA; }
a { background-color: rgb(120,225,202); }
div.DivClassName
{
background-color: #78E1CA;
}
.BgClassName
{
background-color: #78E1CA;
}
</style>
border-color css
<style>
span { border-color: #78E1CA; }
span { border-color: rgb(120,225,202); }
td.TdClassName
{
border-color: #78E1CA;
}
.TagClassName
{
border-color: #78E1CA;
}
</style>