Shades of Riptide #77E3CF
Tints of Riptide #77E3CF
RGB
CMYK
RGB Variations
Color information
#77E3CF (or 0x77E3CF) is known color: Riptide. HEX triplet: 77, E3 and CF. RGB value is (119,227,207). Sum of RGB (Red+Green+Blue) = 119+227+207=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E3CF is #881C30. Grayscale: #C0C0C0. Windows color (decimal): -8920113 or 13624183. OLE color: 13624183.
HSL color Cylindrical-coordinate representation of color #77E3CF: hue angle of 168.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E3CF is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 207 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.11 |
| HSL | 168.89º | 0.66% | 0.68% | - |
| HSV(B) | 168.89º | 0.48% | 0.89% | - |
| XYZ | 46.34 | 63.37 | 68.82 | - |
| YUV | 192.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 207 | 0.48 | 0 | 0.09 | 0.11 | 168.89 | 0.66 | 0.68 |
| Hex | 77 | E3 | CF | 30 | 0 | 9 | B | A9 | 42 | 44 |
| Octal | 167 | 343 | 317 | 60 | 0 | 11 | 13 | 251 | 102 | 104 |
| Binary | 1110111 | 11100011 | 11001111 | 110000 | 0 | 1001 | 1011 | 10101001 | 1000010 | 1000100 |
Color Harmonies of #77E3CF
Complementary color
Monochromatic Colors of #77E3CF
Black with #77E3CF
Text Example
Text Example
White with #77E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3CF; }
p { color: rgb(119,227,207); }
H1.HeaderClassName
{
color: #77E3CF;
}
.AnyTagClassName
{
color: #77E3CF;
}
</style>
background-color css
<style>
a { background-color: #77E3CF; }
a { background-color: rgb(119,227,207); }
div.DivClassName
{
background-color: #77E3CF;
}
.BgClassName
{
background-color: #77E3CF;
}
</style>
border-color css
<style>
span { border-color: #77E3CF; }
span { border-color: rgb(119,227,207); }
td.TdClassName
{
border-color: #77E3CF;
}
.TagClassName
{
border-color: #77E3CF;
}
</style>