Shades of Riptide #78E5D3
Tints of Riptide #78E5D3
RGB
CMYK
RGB Variations
Color information
#78E5D3 (or 0x78E5D3) is known color: Riptide. HEX triplet: 78, E5 and D3. RGB value is (120,229,211). Sum of RGB (Red+Green+Blue) = 120+229+211=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #78E5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78E5D3 is #871A2C. Grayscale: #C2C2C2. Windows color (decimal): -8854061 or 13886840. OLE color: 13886840.
HSL color Cylindrical-coordinate representation of color #78E5D3: hue angle of 170.09º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E5D3 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 229 | 211 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.10 |
| HSL | 170.09º | 0.68% | 0.68% | - |
| HSV(B) | 170.09º | 0.48% | 0.9% | - |
| XYZ | 47.52 | 64.73 | 71.62 | - |
| YUV | 194.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 229 | 211 | 0.48 | 0 | 0.08 | 0.10 | 170.09 | 0.68 | 0.68 |
| Hex | 78 | E5 | D3 | 30 | 0 | 8 | A | AA | 44 | 44 |
| Octal | 170 | 345 | 323 | 60 | 0 | 10 | 12 | 252 | 104 | 104 |
| Binary | 1111000 | 11100101 | 11010011 | 110000 | 0 | 1000 | 1010 | 10101010 | 1000100 | 1000100 |
Color Harmonies of #78E5D3
Complementary color
Monochromatic Colors of #78E5D3
Black with #78E5D3
Text Example
Text Example
White with #78E5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E5D3; }
p { color: rgb(120,229,211); }
H1.HeaderClassName
{
color: #78E5D3;
}
.AnyTagClassName
{
color: #78E5D3;
}
</style>
background-color css
<style>
a { background-color: #78E5D3; }
a { background-color: rgb(120,229,211); }
div.DivClassName
{
background-color: #78E5D3;
}
.BgClassName
{
background-color: #78E5D3;
}
</style>
border-color css
<style>
span { border-color: #78E5D3; }
span { border-color: rgb(120,229,211); }
td.TdClassName
{
border-color: #78E5D3;
}
.TagClassName
{
border-color: #78E5D3;
}
</style>