Shades of Riptide #7FE5CE
Tints of Riptide #7FE5CE
RGB
CMYK
RGB Variations
Color information
#7FE5CE (or 0x7FE5CE) is known color: Riptide. HEX triplet: 7F, E5 and CE. RGB value is (127,229,206). Sum of RGB (Red+Green+Blue) = 127+229+206=562 (74% of max value = 765). Red value is 127 (50% from 255 or 22.60% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE5CE is #801A31. Grayscale: #C3C3C3. Windows color (decimal): -8395314 or 13559167. OLE color: 13559167.
HSL color Cylindrical-coordinate representation of color #7FE5CE: hue angle of 166.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 #7FE5CE is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 206 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.10 |
| HSL | 166.47º | 0.66% | 0.7% | - |
| HSV(B) | 166.47º | 0.45% | 0.9% | - |
| XYZ | 47.91 | 65.01 | 68.41 | - |
| YUV | 195.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 206 | 0.45 | 0 | 0.10 | 0.10 | 166.47 | 0.66 | 0.7 |
| Hex | 7F | E5 | CE | 2D | 0 | A | A | A6 | 42 | 46 |
| Octal | 177 | 345 | 316 | 55 | 0 | 12 | 12 | 246 | 102 | 106 |
| Binary | 1111111 | 11100101 | 11001110 | 101101 | 0 | 1010 | 1010 | 10100110 | 1000010 | 1000110 |
Color Harmonies of #7FE5CE
Complementary color
Monochromatic Colors of #7FE5CE
Black with #7FE5CE
Text Example
Text Example
White with #7FE5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE5CE; }
p { color: rgb(127,229,206); }
H1.HeaderClassName
{
color: #7FE5CE;
}
.AnyTagClassName
{
color: #7FE5CE;
}
</style>
background-color css
<style>
a { background-color: #7FE5CE; }
a { background-color: rgb(127,229,206); }
div.DivClassName
{
background-color: #7FE5CE;
}
.BgClassName
{
background-color: #7FE5CE;
}
</style>
border-color css
<style>
span { border-color: #7FE5CE; }
span { border-color: rgb(127,229,206); }
td.TdClassName
{
border-color: #7FE5CE;
}
.TagClassName
{
border-color: #7FE5CE;
}
</style>