Shades of Riptide #77E7D0
Tints of Riptide #77E7D0
RGB
CMYK
RGB Variations
Color information
#77E7D0 (or 0x77E7D0) is known color: Riptide. HEX triplet: 77, E7 and D0. RGB value is (119,231,208). Sum of RGB (Red+Green+Blue) = 119+231+208=558 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.33% from 558); Green value is 231 (90.62% from 255 or 41.40% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 231 - color contains mainly: green. Hex color #77E7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77E7D0 is #88182F. Grayscale: #C2C2C2. Windows color (decimal): -8919088 or 13690743. OLE color: 13690743.
HSL color Cylindrical-coordinate representation of color #77E7D0: hue angle of 167.68º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E7D0 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 231 | 208 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.09 |
| HSL | 167.68º | 0.7% | 0.69% | - |
| HSV(B) | 167.68º | 0.48% | 0.91% | - |
| XYZ | 47.57 | 65.63 | 69.83 | - |
| YUV | 194.89 | 135.39 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 231 | 208 | 0.48 | 0 | 0.10 | 0.09 | 167.68 | 0.7 | 0.69 |
| Hex | 77 | E7 | D0 | 30 | 0 | A | 9 | A8 | 46 | 45 |
| Octal | 167 | 347 | 320 | 60 | 0 | 12 | 11 | 250 | 106 | 105 |
| Binary | 1110111 | 11100111 | 11010000 | 110000 | 0 | 1010 | 1001 | 10101000 | 1000110 | 1000101 |
Color Harmonies of #77E7D0
Complementary color
Monochromatic Colors of #77E7D0
Black with #77E7D0
Text Example
Text Example
White with #77E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77E7D0; }
p { color: rgb(119,231,208); }
H1.HeaderClassName
{
color: #77E7D0;
}
.AnyTagClassName
{
color: #77E7D0;
}
</style>
background-color css
<style>
a { background-color: #77E7D0; }
a { background-color: rgb(119,231,208); }
div.DivClassName
{
background-color: #77E7D0;
}
.BgClassName
{
background-color: #77E7D0;
}
</style>
border-color css
<style>
span { border-color: #77E7D0; }
span { border-color: rgb(119,231,208); }
td.TdClassName
{
border-color: #77E7D0;
}
.TagClassName
{
border-color: #77E7D0;
}
</style>