Shades of Riptide #7FE8BC
Tints of Riptide #7FE8BC
RGB
CMYK
RGB Variations
Color information
#7FE8BC (or 0x7FE8BC) is known color: Riptide. HEX triplet: 7F, E8 and BC. RGB value is (127,232,188). Sum of RGB (Red+Green+Blue) = 127+232+188=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE8BC is #801743. Grayscale: #C3C3C3. Windows color (decimal): -8394564 or 12380287. OLE color: 12380287.
HSL color Cylindrical-coordinate representation of color #7FE8BC: hue angle of 154.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE8BC is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 188 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.09 |
| HSL | 154.86º | 0.7% | 0.7% | - |
| HSV(B) | 154.86º | 0.45% | 0.91% | - |
| XYZ | 46.69 | 65.86 | 57.83 | - |
| YUV | 195.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 188 | 0.45 | 0 | 0.19 | 0.09 | 154.86 | 0.7 | 0.7 |
| Hex | 7F | E8 | BC | 2D | 0 | 13 | 9 | 9B | 46 | 46 |
| Octal | 177 | 350 | 274 | 55 | 0 | 23 | 11 | 233 | 106 | 106 |
| Binary | 1111111 | 11101000 | 10111100 | 101101 | 0 | 10011 | 1001 | 10011011 | 1000110 | 1000110 |
Color Harmonies of #7FE8BC
Complementary color
Monochromatic Colors of #7FE8BC
Black with #7FE8BC
Text Example
Text Example
White with #7FE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8BC; }
p { color: rgb(127,232,188); }
H1.HeaderClassName
{
color: #7FE8BC;
}
.AnyTagClassName
{
color: #7FE8BC;
}
</style>
background-color css
<style>
a { background-color: #7FE8BC; }
a { background-color: rgb(127,232,188); }
div.DivClassName
{
background-color: #7FE8BC;
}
.BgClassName
{
background-color: #7FE8BC;
}
</style>
border-color css
<style>
span { border-color: #7FE8BC; }
span { border-color: rgb(127,232,188); }
td.TdClassName
{
border-color: #7FE8BC;
}
.TagClassName
{
border-color: #7FE8BC;
}
</style>