Shades of Riptide #76E8C7
Tints of Riptide #76E8C7
RGB
CMYK
RGB Variations
Color information
#76E8C7 (or 0x76E8C7) is known color: Riptide. HEX triplet: 76, E8 and C7. RGB value is (118,232,199). Sum of RGB (Red+Green+Blue) = 118+232+199=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 232 (91.02% from 255 or 42.26% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8C7 is #891738. Grayscale: #C2C2C2. Windows color (decimal): -8984377 or 13101174. OLE color: 13101174.
HSL color Cylindrical-coordinate representation of color #76E8C7: hue angle of 162.63º 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 #76E8C7 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 232 | 199 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.09 |
| HSL | 162.63º | 0.71% | 0.69% | - |
| HSV(B) | 162.63º | 0.49% | 0.91% | - |
| XYZ | 46.64 | 65.69 | 64.25 | - |
| YUV | 194.15 | 130.73 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 232 | 199 | 0.49 | 0 | 0.14 | 0.09 | 162.63 | 0.71 | 0.69 |
| Hex | 76 | E8 | C7 | 31 | 0 | E | 9 | A3 | 47 | 45 |
| Octal | 166 | 350 | 307 | 61 | 0 | 16 | 11 | 243 | 107 | 105 |
| Binary | 1110110 | 11101000 | 11000111 | 110001 | 0 | 1110 | 1001 | 10100011 | 1000111 | 1000101 |
Color Harmonies of #76E8C7
Complementary color
Monochromatic Colors of #76E8C7
Black with #76E8C7
Text Example
Text Example
White with #76E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E8C7; }
p { color: rgb(118,232,199); }
H1.HeaderClassName
{
color: #76E8C7;
}
.AnyTagClassName
{
color: #76E8C7;
}
</style>
background-color css
<style>
a { background-color: #76E8C7; }
a { background-color: rgb(118,232,199); }
div.DivClassName
{
background-color: #76E8C7;
}
.BgClassName
{
background-color: #76E8C7;
}
</style>
border-color css
<style>
span { border-color: #76E8C7; }
span { border-color: rgb(118,232,199); }
td.TdClassName
{
border-color: #76E8C7;
}
.TagClassName
{
border-color: #76E8C7;
}
</style>