Shades of Riptide #7FE7DC
Tints of Riptide #7FE7DC
RGB
CMYK
RGB Variations
Color information
#7FE7DC (or 0x7FE7DC) is known color: Riptide. HEX triplet: 7F, E7 and DC. RGB value is (127,231,220). Sum of RGB (Red+Green+Blue) = 127+231+220=578 (76% of max value = 765). Red value is 127 (50% from 255 or 21.97% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE7DC is #801823. Grayscale: #C6C6C6. Windows color (decimal): -8394788 or 14477183. OLE color: 14477183.
HSL color Cylindrical-coordinate representation of color #7FE7DC: hue angle of 173.65º degrees, saturation: 0.68, 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 #7FE7DC is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 220 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.09 |
| HSL | 173.65º | 0.68% | 0.7% | - |
| HSV(B) | 173.65º | 0.45% | 0.91% | - |
| XYZ | 50.25 | 66.83 | 77.96 | - |
| YUV | 198.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 220 | 0.45 | 0 | 0.05 | 0.09 | 173.65 | 0.68 | 0.7 |
| Hex | 7F | E7 | DC | 2D | 0 | 5 | 9 | AE | 44 | 46 |
| Octal | 177 | 347 | 334 | 55 | 0 | 5 | 11 | 256 | 104 | 106 |
| Binary | 1111111 | 11100111 | 11011100 | 101101 | 0 | 101 | 1001 | 10101110 | 1000100 | 1000110 |
Color Harmonies of #7FE7DC
Complementary color
Monochromatic Colors of #7FE7DC
Black with #7FE7DC
Text Example
Text Example
White with #7FE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE7DC; }
p { color: rgb(127,231,220); }
H1.HeaderClassName
{
color: #7FE7DC;
}
.AnyTagClassName
{
color: #7FE7DC;
}
</style>
background-color css
<style>
a { background-color: #7FE7DC; }
a { background-color: rgb(127,231,220); }
div.DivClassName
{
background-color: #7FE7DC;
}
.BgClassName
{
background-color: #7FE7DC;
}
</style>
border-color css
<style>
span { border-color: #7FE7DC; }
span { border-color: rgb(127,231,220); }
td.TdClassName
{
border-color: #7FE7DC;
}
.TagClassName
{
border-color: #7FE7DC;
}
</style>