Shades of Riptide #77E3CC
Tints of Riptide #77E3CC
RGB
CMYK
RGB Variations
Color information
#77E3CC (or 0x77E3CC) is known color: Riptide. HEX triplet: 77, E3 and CC. RGB value is (119,227,204). Sum of RGB (Red+Green+Blue) = 119+227+204=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #77E3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E3CC is #881C33. Grayscale: #C0C0C0. Windows color (decimal): -8920116 or 13427575. OLE color: 13427575.
HSL color Cylindrical-coordinate representation of color #77E3CC: hue angle of 167.22º 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 #77E3CC is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 119 | 227 | 204 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.11 |
| HSL | 167.22º | 0.66% | 0.68% | - |
| HSV(B) | 167.22º | 0.48% | 0.89% | - |
| XYZ | 45.98 | 63.22 | 66.91 | - |
| YUV | 192.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 227 | 204 | 0.48 | 0 | 0.10 | 0.11 | 167.22 | 0.66 | 0.68 |
| Hex | 77 | E3 | CC | 30 | 0 | A | B | A7 | 42 | 44 |
| Octal | 167 | 343 | 314 | 60 | 0 | 12 | 13 | 247 | 102 | 104 |
| Binary | 1110111 | 11100011 | 11001100 | 110000 | 0 | 1010 | 1011 | 10100111 | 1000010 | 1000100 |
Color Harmonies of #77E3CC
Complementary color
Monochromatic Colors of #77E3CC
Black with #77E3CC
Text Example
Text Example
White with #77E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E3CC; }
p { color: rgb(119,227,204); }
H1.HeaderClassName
{
color: #77E3CC;
}
.AnyTagClassName
{
color: #77E3CC;
}
</style>
background-color css
<style>
a { background-color: #77E3CC; }
a { background-color: rgb(119,227,204); }
div.DivClassName
{
background-color: #77E3CC;
}
.BgClassName
{
background-color: #77E3CC;
}
</style>
border-color css
<style>
span { border-color: #77E3CC; }
span { border-color: rgb(119,227,204); }
td.TdClassName
{
border-color: #77E3CC;
}
.TagClassName
{
border-color: #77E3CC;
}
</style>