Shades of Riptide #78DDCA
Tints of Riptide #78DDCA
RGB
CMYK
RGB Variations
Color information
#78DDCA (or 0x78DDCA) is known color: Riptide. HEX triplet: 78, DD and CA. RGB value is (120,221,202). Sum of RGB (Red+Green+Blue) = 120+221+202=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #78DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78DDCA is #872235. Grayscale: #BCBCBC. Windows color (decimal): -8856118 or 13294968. OLE color: 13294968.
HSL color Cylindrical-coordinate representation of color #78DDCA: hue angle of 168.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DDCA is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 202 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.13 |
| HSL | 168.71º | 0.6% | 0.67% | - |
| HSV(B) | 168.71º | 0.46% | 0.87% | - |
| XYZ | 44.26 | 59.97 | 65.12 | - |
| YUV | 188.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 202 | 0.46 | 0 | 0.09 | 0.13 | 168.71 | 0.6 | 0.67 |
| Hex | 78 | DD | CA | 2E | 0 | 9 | D | A9 | 3C | 43 |
| Octal | 170 | 335 | 312 | 56 | 0 | 11 | 15 | 251 | 74 | 103 |
| Binary | 1111000 | 11011101 | 11001010 | 101110 | 0 | 1001 | 1101 | 10101001 | 111100 | 1000011 |
Color Harmonies of #78DDCA
Complementary color
Monochromatic Colors of #78DDCA
Black with #78DDCA
Text Example
Text Example
White with #78DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DDCA; }
p { color: rgb(120,221,202); }
H1.HeaderClassName
{
color: #78DDCA;
}
.AnyTagClassName
{
color: #78DDCA;
}
</style>
background-color css
<style>
a { background-color: #78DDCA; }
a { background-color: rgb(120,221,202); }
div.DivClassName
{
background-color: #78DDCA;
}
.BgClassName
{
background-color: #78DDCA;
}
</style>
border-color css
<style>
span { border-color: #78DDCA; }
span { border-color: rgb(120,221,202); }
td.TdClassName
{
border-color: #78DDCA;
}
.TagClassName
{
border-color: #78DDCA;
}
</style>