Shades of Riptide #7FE5BF
Tints of Riptide #7FE5BF
RGB
CMYK
RGB Variations
Color information
#7FE5BF (or 0x7FE5BF) is known color: Riptide. HEX triplet: 7F, E5 and BF. RGB value is (127,229,191). Sum of RGB (Red+Green+Blue) = 127+229+191=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5BF is #801A40. Grayscale: #C2C2C2. Windows color (decimal): -8395329 or 12576127. OLE color: 12576127.
HSL color Cylindrical-coordinate representation of color #7FE5BF: hue angle of 157.65º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE5BF is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 191 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.10 |
| HSL | 157.65º | 0.66% | 0.7% | - |
| HSV(B) | 157.65º | 0.45% | 0.9% | - |
| XYZ | 46.18 | 64.31 | 59.27 | - |
| YUV | 194.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 191 | 0.45 | 0 | 0.17 | 0.10 | 157.65 | 0.66 | 0.7 |
| Hex | 7F | E5 | BF | 2D | 0 | 11 | A | 9E | 42 | 46 |
| Octal | 177 | 345 | 277 | 55 | 0 | 21 | 12 | 236 | 102 | 106 |
| Binary | 1111111 | 11100101 | 10111111 | 101101 | 0 | 10001 | 1010 | 10011110 | 1000010 | 1000110 |
Color Harmonies of #7FE5BF
Complementary color
Monochromatic Colors of #7FE5BF
Black with #7FE5BF
Text Example
Text Example
White with #7FE5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5BF; }
p { color: rgb(127,229,191); }
H1.HeaderClassName
{
color: #7FE5BF;
}
.AnyTagClassName
{
color: #7FE5BF;
}
</style>
background-color css
<style>
a { background-color: #7FE5BF; }
a { background-color: rgb(127,229,191); }
div.DivClassName
{
background-color: #7FE5BF;
}
.BgClassName
{
background-color: #7FE5BF;
}
</style>
border-color css
<style>
span { border-color: #7FE5BF; }
span { border-color: rgb(127,229,191); }
td.TdClassName
{
border-color: #7FE5BF;
}
.TagClassName
{
border-color: #7FE5BF;
}
</style>