Shades of Riptide #77E8CB
Tints of Riptide #77E8CB
RGB
CMYK
RGB Variations
Color information
#77E8CB (or 0x77E8CB) is known color: Riptide. HEX triplet: 77, E8 and CB. RGB value is (119,232,203). Sum of RGB (Red+Green+Blue) = 119+232+203=554 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.48% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #77E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E8CB is #881734. Grayscale: #C2C2C2. Windows color (decimal): -8918837 or 13363319. OLE color: 13363319.
HSL color Cylindrical-coordinate representation of color #77E8CB: hue angle of 164.6º 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 #77E8CB is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 232 | 203 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.09 |
| HSL | 164.6º | 0.71% | 0.69% | - |
| HSV(B) | 164.6º | 0.49% | 0.91% | - |
| XYZ | 47.24 | 65.95 | 66.74 | - |
| YUV | 194.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 232 | 203 | 0.49 | 0 | 0.12 | 0.09 | 164.6 | 0.71 | 0.69 |
| Hex | 77 | E8 | CB | 31 | 0 | C | 9 | A5 | 47 | 45 |
| Octal | 167 | 350 | 313 | 61 | 0 | 14 | 11 | 245 | 107 | 105 |
| Binary | 1110111 | 11101000 | 11001011 | 110001 | 0 | 1100 | 1001 | 10100101 | 1000111 | 1000101 |
Color Harmonies of #77E8CB
Complementary color
Monochromatic Colors of #77E8CB
Black with #77E8CB
Text Example
Text Example
White with #77E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E8CB; }
p { color: rgb(119,232,203); }
H1.HeaderClassName
{
color: #77E8CB;
}
.AnyTagClassName
{
color: #77E8CB;
}
</style>
background-color css
<style>
a { background-color: #77E8CB; }
a { background-color: rgb(119,232,203); }
div.DivClassName
{
background-color: #77E8CB;
}
.BgClassName
{
background-color: #77E8CB;
}
</style>
border-color css
<style>
span { border-color: #77E8CB; }
span { border-color: rgb(119,232,203); }
td.TdClassName
{
border-color: #77E8CB;
}
.TagClassName
{
border-color: #77E8CB;
}
</style>