Shades of Riptide #77E5D8
Tints of Riptide #77E5D8
RGB
CMYK
RGB Variations
Color information
#77E5D8 (or 0x77E5D8) is known color: Riptide. HEX triplet: 77, E5 and D8. RGB value is (119,229,216). Sum of RGB (Red+Green+Blue) = 119+229+216=564 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.10% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #77E5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E5D8 is #881A27. Grayscale: #C2C2C2. Windows color (decimal): -8919592 or 14214519. OLE color: 14214519.
HSL color Cylindrical-coordinate representation of color #77E5D8: hue angle of 172.91º 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 #77E5D8 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 229 | 216 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.10 |
| HSL | 172.91º | 0.68% | 0.68% | - |
| HSV(B) | 172.91º | 0.48% | 0.9% | - |
| XYZ | 48.02 | 64.92 | 74.97 | - |
| YUV | 194.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 229 | 216 | 0.48 | 0 | 0.06 | 0.10 | 172.91 | 0.68 | 0.68 |
| Hex | 77 | E5 | D8 | 30 | 0 | 6 | A | AD | 44 | 44 |
| Octal | 167 | 345 | 330 | 60 | 0 | 6 | 12 | 255 | 104 | 104 |
| Binary | 1110111 | 11100101 | 11011000 | 110000 | 0 | 110 | 1010 | 10101101 | 1000100 | 1000100 |
Color Harmonies of #77E5D8
Complementary color
Monochromatic Colors of #77E5D8
Black with #77E5D8
Text Example
Text Example
White with #77E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E5D8; }
p { color: rgb(119,229,216); }
H1.HeaderClassName
{
color: #77E5D8;
}
.AnyTagClassName
{
color: #77E5D8;
}
</style>
background-color css
<style>
a { background-color: #77E5D8; }
a { background-color: rgb(119,229,216); }
div.DivClassName
{
background-color: #77E5D8;
}
.BgClassName
{
background-color: #77E5D8;
}
</style>
border-color css
<style>
span { border-color: #77E5D8; }
span { border-color: rgb(119,229,216); }
td.TdClassName
{
border-color: #77E5D8;
}
.TagClassName
{
border-color: #77E5D8;
}
</style>