Shades of Riptide #77E8CF
Tints of Riptide #77E8CF
RGB
CMYK
RGB Variations
Color information
#77E8CF (or 0x77E8CF) is known color: Riptide. HEX triplet: 77, E8 and CF. RGB value is (119,232,207). Sum of RGB (Red+Green+Blue) = 119+232+207=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #77E8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E8CF is #881730. Grayscale: #C3C3C3. Windows color (decimal): -8918833 or 13625463. OLE color: 13625463.
HSL color Cylindrical-coordinate representation of color #77E8CF: hue angle of 166.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77E8CF is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 232 | 207 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.09 |
| HSL | 166.73º | 0.71% | 0.69% | - |
| HSV(B) | 166.73º | 0.49% | 0.91% | - |
| XYZ | 47.73 | 66.14 | 69.28 | - |
| YUV | 195.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 207 | 0.49 | 0 | 0.11 | 0.09 | 166.73 | 0.71 | 0.69 |
| Hex | 77 | E8 | CF | 31 | 0 | B | 9 | A7 | 47 | 45 |
| Octal | 167 | 350 | 317 | 61 | 0 | 13 | 11 | 247 | 107 | 105 |
| Binary | 1110111 | 11101000 | 11001111 | 110001 | 0 | 1011 | 1001 | 10100111 | 1000111 | 1000101 |
Color Harmonies of #77E8CF
Complementary color
Monochromatic Colors of #77E8CF
Black with #77E8CF
Text Example
Text Example
White with #77E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8CF; }
p { color: rgb(119,232,207); }
H1.HeaderClassName
{
color: #77E8CF;
}
.AnyTagClassName
{
color: #77E8CF;
}
</style>
background-color css
<style>
a { background-color: #77E8CF; }
a { background-color: rgb(119,232,207); }
div.DivClassName
{
background-color: #77E8CF;
}
.BgClassName
{
background-color: #77E8CF;
}
</style>
border-color css
<style>
span { border-color: #77E8CF; }
span { border-color: rgb(119,232,207); }
td.TdClassName
{
border-color: #77E8CF;
}
.TagClassName
{
border-color: #77E8CF;
}
</style>