Shades of Riptide #77E0CB
Tints of Riptide #77E0CB
RGB
CMYK
RGB Variations
Color information
#77E0CB (or 0x77E0CB) is known color: Riptide. HEX triplet: 77, E0 and CB. RGB value is (119,224,203). Sum of RGB (Red+Green+Blue) = 119+224+203=546 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.79% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #77E0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77E0CB is #881F34. Grayscale: #BEBEBE. Windows color (decimal): -8920885 or 13361271. OLE color: 13361271.
HSL color Cylindrical-coordinate representation of color #77E0CB: hue angle of 168º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77E0CB is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 224 | 203 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.12 |
| HSL | 168º | 0.63% | 0.67% | - |
| HSV(B) | 168º | 0.47% | 0.88% | - |
| XYZ | 45.04 | 61.55 | 66.01 | - |
| YUV | 190.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 224 | 203 | 0.47 | 0 | 0.09 | 0.12 | 168 | 0.63 | 0.67 |
| Hex | 77 | E0 | CB | 2F | 0 | 9 | C | A8 | 3F | 43 |
| Octal | 167 | 340 | 313 | 57 | 0 | 11 | 14 | 250 | 77 | 103 |
| Binary | 1110111 | 11100000 | 11001011 | 101111 | 0 | 1001 | 1100 | 10101000 | 111111 | 1000011 |
Color Harmonies of #77E0CB
Complementary color
Monochromatic Colors of #77E0CB
Black with #77E0CB
Text Example
Text Example
White with #77E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E0CB; }
p { color: rgb(119,224,203); }
H1.HeaderClassName
{
color: #77E0CB;
}
.AnyTagClassName
{
color: #77E0CB;
}
</style>
background-color css
<style>
a { background-color: #77E0CB; }
a { background-color: rgb(119,224,203); }
div.DivClassName
{
background-color: #77E0CB;
}
.BgClassName
{
background-color: #77E0CB;
}
</style>
border-color css
<style>
span { border-color: #77E0CB; }
span { border-color: rgb(119,224,203); }
td.TdClassName
{
border-color: #77E0CB;
}
.TagClassName
{
border-color: #77E0CB;
}
</style>