Shades of Riptide #78E6D2
Tints of Riptide #78E6D2
RGB
CMYK
RGB Variations
Color information
#78E6D2 (or 0x78E6D2) is known color: Riptide. HEX triplet: 78, E6 and D2. RGB value is (120,230,210). Sum of RGB (Red+Green+Blue) = 120+230+210=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #78E6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78E6D2 is #87192D. Grayscale: #C2C2C2. Windows color (decimal): -8853806 or 13821560. OLE color: 13821560.
HSL color Cylindrical-coordinate representation of color #78E6D2: hue angle of 169.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E6D2 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 210 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.10 |
| HSL | 169.09º | 0.69% | 0.69% | - |
| HSV(B) | 169.09º | 0.48% | 0.9% | - |
| XYZ | 47.68 | 65.24 | 71.05 | - |
| YUV | 194.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 210 | 0.48 | 0 | 0.09 | 0.10 | 169.09 | 0.69 | 0.69 |
| Hex | 78 | E6 | D2 | 30 | 0 | 9 | A | A9 | 45 | 45 |
| Octal | 170 | 346 | 322 | 60 | 0 | 11 | 12 | 251 | 105 | 105 |
| Binary | 1111000 | 11100110 | 11010010 | 110000 | 0 | 1001 | 1010 | 10101001 | 1000101 | 1000101 |
Color Harmonies of #78E6D2
Complementary color
Monochromatic Colors of #78E6D2
Black with #78E6D2
Text Example
Text Example
White with #78E6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E6D2; }
p { color: rgb(120,230,210); }
H1.HeaderClassName
{
color: #78E6D2;
}
.AnyTagClassName
{
color: #78E6D2;
}
</style>
background-color css
<style>
a { background-color: #78E6D2; }
a { background-color: rgb(120,230,210); }
div.DivClassName
{
background-color: #78E6D2;
}
.BgClassName
{
background-color: #78E6D2;
}
</style>
border-color css
<style>
span { border-color: #78E6D2; }
span { border-color: rgb(120,230,210); }
td.TdClassName
{
border-color: #78E6D2;
}
.TagClassName
{
border-color: #78E6D2;
}
</style>