Shades of Riptide #77E1D0
Tints of Riptide #77E1D0
RGB
CMYK
RGB Variations
Color information
#77E1D0 (or 0x77E1D0) is known color: Riptide. HEX triplet: 77, E1 and D0. RGB value is (119,225,208). Sum of RGB (Red+Green+Blue) = 119+225+208=552 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.56% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 225 - color contains mainly: green. Hex color #77E1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E1D0 is #881E2F. Grayscale: #BFBFBF. Windows color (decimal): -8920624 or 13689207. OLE color: 13689207.
HSL color Cylindrical-coordinate representation of color #77E1D0: hue angle of 170.38º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E1D0 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 225 | 208 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.12 |
| HSL | 170.38º | 0.64% | 0.67% | - |
| HSV(B) | 170.38º | 0.47% | 0.88% | - |
| XYZ | 45.92 | 62.33 | 69.28 | - |
| YUV | 191.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 225 | 208 | 0.47 | 0 | 0.08 | 0.12 | 170.38 | 0.64 | 0.67 |
| Hex | 77 | E1 | D0 | 2F | 0 | 8 | C | AA | 40 | 43 |
| Octal | 167 | 341 | 320 | 57 | 0 | 10 | 14 | 252 | 100 | 103 |
| Binary | 1110111 | 11100001 | 11010000 | 101111 | 0 | 1000 | 1100 | 10101010 | 1000000 | 1000011 |
Color Harmonies of #77E1D0
Complementary color
Monochromatic Colors of #77E1D0
Black with #77E1D0
Text Example
Text Example
White with #77E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E1D0; }
p { color: rgb(119,225,208); }
H1.HeaderClassName
{
color: #77E1D0;
}
.AnyTagClassName
{
color: #77E1D0;
}
</style>
background-color css
<style>
a { background-color: #77E1D0; }
a { background-color: rgb(119,225,208); }
div.DivClassName
{
background-color: #77E1D0;
}
.BgClassName
{
background-color: #77E1D0;
}
</style>
border-color css
<style>
span { border-color: #77E1D0; }
span { border-color: rgb(119,225,208); }
td.TdClassName
{
border-color: #77E1D0;
}
.TagClassName
{
border-color: #77E1D0;
}
</style>