Shades of Riptide #77E2CE
Tints of Riptide #77E2CE
RGB
CMYK
RGB Variations
Color information
#77E2CE (or 0x77E2CE) is known color: Riptide. HEX triplet: 77, E2 and CE. RGB value is (119,226,206). Sum of RGB (Red+Green+Blue) = 119+226+206=551 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.60% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #77E2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E2CE is #881D31. Grayscale: #BFBFBF. Windows color (decimal): -8920370 or 13558391. OLE color: 13558391.
HSL color Cylindrical-coordinate representation of color #77E2CE: hue angle of 168.79º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E2CE is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 226 | 206 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.11 |
| HSL | 168.79º | 0.65% | 0.68% | - |
| HSV(B) | 168.79º | 0.47% | 0.89% | - |
| XYZ | 45.94 | 62.77 | 68.09 | - |
| YUV | 191.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 226 | 206 | 0.47 | 0 | 0.09 | 0.11 | 168.79 | 0.65 | 0.68 |
| Hex | 77 | E2 | CE | 2F | 0 | 9 | B | A9 | 41 | 44 |
| Octal | 167 | 342 | 316 | 57 | 0 | 11 | 13 | 251 | 101 | 104 |
| Binary | 1110111 | 11100010 | 11001110 | 101111 | 0 | 1001 | 1011 | 10101001 | 1000001 | 1000100 |
Color Harmonies of #77E2CE
Complementary color
Monochromatic Colors of #77E2CE
Black with #77E2CE
Text Example
Text Example
White with #77E2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E2CE; }
p { color: rgb(119,226,206); }
H1.HeaderClassName
{
color: #77E2CE;
}
.AnyTagClassName
{
color: #77E2CE;
}
</style>
background-color css
<style>
a { background-color: #77E2CE; }
a { background-color: rgb(119,226,206); }
div.DivClassName
{
background-color: #77E2CE;
}
.BgClassName
{
background-color: #77E2CE;
}
</style>
border-color css
<style>
span { border-color: #77E2CE; }
span { border-color: rgb(119,226,206); }
td.TdClassName
{
border-color: #77E2CE;
}
.TagClassName
{
border-color: #77E2CE;
}
</style>