Shades of Riptide #7FE8C9
Tints of Riptide #7FE8C9
RGB
CMYK
RGB Variations
Color information
#7FE8C9 (or 0x7FE8C9) is known color: Riptide. HEX triplet: 7F, E8 and C9. RGB value is (127,232,201). Sum of RGB (Red+Green+Blue) = 127+232+201=560 (74% of max value = 765). Red value is 127 (50% from 255 or 22.68% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FE8C9 is #801736. Grayscale: #C5C5C5. Windows color (decimal): -8394551 or 13232255. OLE color: 13232255.
HSL color Cylindrical-coordinate representation of color #7FE8C9: hue angle of 162.29º degrees, saturation: 0.7, 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 #7FE8C9 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 201 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.09 |
| HSL | 162.29º | 0.7% | 0.7% | - |
| HSV(B) | 162.29º | 0.45% | 0.91% | - |
| XYZ | 48.15 | 66.44 | 65.55 | - |
| YUV | 197.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 201 | 0.45 | 0 | 0.13 | 0.09 | 162.29 | 0.7 | 0.7 |
| Hex | 7F | E8 | C9 | 2D | 0 | D | 9 | A2 | 46 | 46 |
| Octal | 177 | 350 | 311 | 55 | 0 | 15 | 11 | 242 | 106 | 106 |
| Binary | 1111111 | 11101000 | 11001001 | 101101 | 0 | 1101 | 1001 | 10100010 | 1000110 | 1000110 |
Color Harmonies of #7FE8C9
Complementary color
Monochromatic Colors of #7FE8C9
Black with #7FE8C9
Text Example
Text Example
White with #7FE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE8C9; }
p { color: rgb(127,232,201); }
H1.HeaderClassName
{
color: #7FE8C9;
}
.AnyTagClassName
{
color: #7FE8C9;
}
</style>
background-color css
<style>
a { background-color: #7FE8C9; }
a { background-color: rgb(127,232,201); }
div.DivClassName
{
background-color: #7FE8C9;
}
.BgClassName
{
background-color: #7FE8C9;
}
</style>
border-color css
<style>
span { border-color: #7FE8C9; }
span { border-color: rgb(127,232,201); }
td.TdClassName
{
border-color: #7FE8C9;
}
.TagClassName
{
border-color: #7FE8C9;
}
</style>