Shades of Riptide #78EAC2
Tints of Riptide #78EAC2
RGB
CMYK
RGB Variations
Color information
#78EAC2 (or 0x78EAC2) is known color: Riptide. HEX triplet: 78, EA and C2. RGB value is (120,234,194). Sum of RGB (Red+Green+Blue) = 120+234+194=548 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.90% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #78EAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EAC2 is #87153D. Grayscale: #C3C3C3. Windows color (decimal): -8852798 or 12774008. OLE color: 12774008.
HSL color Cylindrical-coordinate representation of color #78EAC2: hue angle of 158.95º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EAC2 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 194 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.08 |
| HSL | 158.95º | 0.73% | 0.69% | - |
| HSV(B) | 158.95º | 0.49% | 0.92% | - |
| XYZ | 46.91 | 66.73 | 61.45 | - |
| YUV | 195.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 194 | 0.49 | 0 | 0.17 | 0.08 | 158.95 | 0.73 | 0.69 |
| Hex | 78 | EA | C2 | 31 | 0 | 11 | 8 | 9F | 49 | 45 |
| Octal | 170 | 352 | 302 | 61 | 0 | 21 | 10 | 237 | 111 | 105 |
| Binary | 1111000 | 11101010 | 11000010 | 110001 | 0 | 10001 | 1000 | 10011111 | 1001001 | 1000101 |
Color Harmonies of #78EAC2
Complementary color
Monochromatic Colors of #78EAC2
Black with #78EAC2
Text Example
Text Example
White with #78EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EAC2; }
p { color: rgb(120,234,194); }
H1.HeaderClassName
{
color: #78EAC2;
}
.AnyTagClassName
{
color: #78EAC2;
}
</style>
background-color css
<style>
a { background-color: #78EAC2; }
a { background-color: rgb(120,234,194); }
div.DivClassName
{
background-color: #78EAC2;
}
.BgClassName
{
background-color: #78EAC2;
}
</style>
border-color css
<style>
span { border-color: #78EAC2; }
span { border-color: rgb(120,234,194); }
td.TdClassName
{
border-color: #78EAC2;
}
.TagClassName
{
border-color: #78EAC2;
}
</style>