Shades of Riptide #78E8CA
Tints of Riptide #78E8CA
RGB
CMYK
RGB Variations
Color information
#78E8CA (or 0x78E8CA) is known color: Riptide. HEX triplet: 78, E8 and CA. RGB value is (120,232,202). Sum of RGB (Red+Green+Blue) = 120+232+202=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #78E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E8CA is #871735. Grayscale: #C3C3C3. Windows color (decimal): -8853302 or 13297784. OLE color: 13297784.
HSL color Cylindrical-coordinate representation of color #78E8CA: hue angle of 163.93º 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 #78E8CA is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 202 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.09 |
| HSL | 163.93º | 0.71% | 0.69% | - |
| HSV(B) | 163.93º | 0.48% | 0.91% | - |
| XYZ | 47.26 | 65.97 | 66.12 | - |
| YUV | 195.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 202 | 0.48 | 0 | 0.13 | 0.09 | 163.93 | 0.71 | 0.69 |
| Hex | 78 | E8 | CA | 30 | 0 | D | 9 | A4 | 47 | 45 |
| Octal | 170 | 350 | 312 | 60 | 0 | 15 | 11 | 244 | 107 | 105 |
| Binary | 1111000 | 11101000 | 11001010 | 110000 | 0 | 1101 | 1001 | 10100100 | 1000111 | 1000101 |
Color Harmonies of #78E8CA
Complementary color
Monochromatic Colors of #78E8CA
Black with #78E8CA
Text Example
Text Example
White with #78E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E8CA; }
p { color: rgb(120,232,202); }
H1.HeaderClassName
{
color: #78E8CA;
}
.AnyTagClassName
{
color: #78E8CA;
}
</style>
background-color css
<style>
a { background-color: #78E8CA; }
a { background-color: rgb(120,232,202); }
div.DivClassName
{
background-color: #78E8CA;
}
.BgClassName
{
background-color: #78E8CA;
}
</style>
border-color css
<style>
span { border-color: #78E8CA; }
span { border-color: rgb(120,232,202); }
td.TdClassName
{
border-color: #78E8CA;
}
.TagClassName
{
border-color: #78E8CA;
}
</style>