Shades of Riptide #7FE5BD
Tints of Riptide #7FE5BD
RGB
CMYK
RGB Variations
Color information
#7FE5BD (or 0x7FE5BD) is known color: Riptide. HEX triplet: 7F, E5 and BD. RGB value is (127,229,189). Sum of RGB (Red+Green+Blue) = 127+229+189=545 (72% of max value = 765). Red value is 127 (50% from 255 or 23.30% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5BD is #801A42. Grayscale: #C1C1C1. Windows color (decimal): -8395331 or 12445055. OLE color: 12445055.
HSL color Cylindrical-coordinate representation of color #7FE5BD: hue angle of 156.47º 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 #7FE5BD is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 189 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.10 |
| HSL | 156.47º | 0.66% | 0.7% | - |
| HSV(B) | 156.47º | 0.45% | 0.9% | - |
| XYZ | 45.96 | 64.22 | 58.12 | - |
| YUV | 193.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 189 | 0.45 | 0 | 0.17 | 0.10 | 156.47 | 0.66 | 0.7 |
| Hex | 7F | E5 | BD | 2D | 0 | 11 | A | 9C | 42 | 46 |
| Octal | 177 | 345 | 275 | 55 | 0 | 21 | 12 | 234 | 102 | 106 |
| Binary | 1111111 | 11100101 | 10111101 | 101101 | 0 | 10001 | 1010 | 10011100 | 1000010 | 1000110 |
Color Harmonies of #7FE5BD
Complementary color
Monochromatic Colors of #7FE5BD
Black with #7FE5BD
Text Example
Text Example
White with #7FE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5BD; }
p { color: rgb(127,229,189); }
H1.HeaderClassName
{
color: #7FE5BD;
}
.AnyTagClassName
{
color: #7FE5BD;
}
</style>
background-color css
<style>
a { background-color: #7FE5BD; }
a { background-color: rgb(127,229,189); }
div.DivClassName
{
background-color: #7FE5BD;
}
.BgClassName
{
background-color: #7FE5BD;
}
</style>
border-color css
<style>
span { border-color: #7FE5BD; }
span { border-color: rgb(127,229,189); }
td.TdClassName
{
border-color: #7FE5BD;
}
.TagClassName
{
border-color: #7FE5BD;
}
</style>