Shades of Riptide #7FE5D8
Tints of Riptide #7FE5D8
RGB
CMYK
RGB Variations
Color information
#7FE5D8 (or 0x7FE5D8) is known color: Riptide. HEX triplet: 7F, E5 and D8. RGB value is (127,229,216). Sum of RGB (Red+Green+Blue) = 127+229+216=572 (75% of max value = 765). Red value is 127 (50% from 255 or 22.20% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5D8 is #801A27. Grayscale: #C4C4C4. Windows color (decimal): -8395304 or 14214527. OLE color: 14214527.
HSL color Cylindrical-coordinate representation of color #7FE5D8: hue angle of 172.35º 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 #7FE5D8 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 216 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.10 |
| HSL | 172.35º | 0.66% | 0.7% | - |
| HSV(B) | 172.35º | 0.45% | 0.9% | - |
| XYZ | 49.17 | 65.51 | 75.02 | - |
| YUV | 197.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 216 | 0.45 | 0 | 0.06 | 0.10 | 172.35 | 0.66 | 0.7 |
| Hex | 7F | E5 | D8 | 2D | 0 | 6 | A | AC | 42 | 46 |
| Octal | 177 | 345 | 330 | 55 | 0 | 6 | 12 | 254 | 102 | 106 |
| Binary | 1111111 | 11100101 | 11011000 | 101101 | 0 | 110 | 1010 | 10101100 | 1000010 | 1000110 |
Color Harmonies of #7FE5D8
Complementary color
Monochromatic Colors of #7FE5D8
Black with #7FE5D8
Text Example
Text Example
White with #7FE5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5D8; }
p { color: rgb(127,229,216); }
H1.HeaderClassName
{
color: #7FE5D8;
}
.AnyTagClassName
{
color: #7FE5D8;
}
</style>
background-color css
<style>
a { background-color: #7FE5D8; }
a { background-color: rgb(127,229,216); }
div.DivClassName
{
background-color: #7FE5D8;
}
.BgClassName
{
background-color: #7FE5D8;
}
</style>
border-color css
<style>
span { border-color: #7FE5D8; }
span { border-color: rgb(127,229,216); }
td.TdClassName
{
border-color: #7FE5D8;
}
.TagClassName
{
border-color: #7FE5D8;
}
</style>