Shades of Riptide #78E2CE
Tints of Riptide #78E2CE
RGB
CMYK
RGB Variations
Color information
#78E2CE (or 0x78E2CE) is known color: Riptide. HEX triplet: 78, E2 and CE. RGB value is (120,226,206). Sum of RGB (Red+Green+Blue) = 120+226+206=552 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.74% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #78E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E2CE is #871D31. Grayscale: #C0C0C0. Windows color (decimal): -8854834 or 13558392. OLE color: 13558392.
HSL color Cylindrical-coordinate representation of color #78E2CE: hue angle of 168.68º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78E2CE is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 226 | 206 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.11 |
| HSL | 168.68º | 0.65% | 0.68% | - |
| HSV(B) | 168.68º | 0.47% | 0.89% | - |
| XYZ | 46.08 | 62.84 | 68.09 | - |
| YUV | 192.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 226 | 206 | 0.47 | 0 | 0.09 | 0.11 | 168.68 | 0.65 | 0.68 |
| Hex | 78 | E2 | CE | 2F | 0 | 9 | B | A9 | 41 | 44 |
| Octal | 170 | 342 | 316 | 57 | 0 | 11 | 13 | 251 | 101 | 104 |
| Binary | 1111000 | 11100010 | 11001110 | 101111 | 0 | 1001 | 1011 | 10101001 | 1000001 | 1000100 |
Color Harmonies of #78E2CE
Complementary color
Monochromatic Colors of #78E2CE
Black with #78E2CE
Text Example
Text Example
White with #78E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E2CE; }
p { color: rgb(120,226,206); }
H1.HeaderClassName
{
color: #78E2CE;
}
.AnyTagClassName
{
color: #78E2CE;
}
</style>
background-color css
<style>
a { background-color: #78E2CE; }
a { background-color: rgb(120,226,206); }
div.DivClassName
{
background-color: #78E2CE;
}
.BgClassName
{
background-color: #78E2CE;
}
</style>
border-color css
<style>
span { border-color: #78E2CE; }
span { border-color: rgb(120,226,206); }
td.TdClassName
{
border-color: #78E2CE;
}
.TagClassName
{
border-color: #78E2CE;
}
</style>