Shades of Riptide #7FECBC
Tints of Riptide #7FECBC
RGB
CMYK
RGB Variations
Color information
#7FECBC (or 0x7FECBC) is known color: Riptide. HEX triplet: 7F, EC and BC. RGB value is (127,236,188). Sum of RGB (Red+Green+Blue) = 127+236+188=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #7FECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7FECBC is #801343. Grayscale: #C6C6C6. Windows color (decimal): -8393540 or 12381311. OLE color: 12381311.
HSL color Cylindrical-coordinate representation of color #7FECBC: hue angle of 153.58º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FECBC is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 188 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.07 |
| HSL | 153.58º | 0.74% | 0.71% | - |
| HSV(B) | 153.58º | 0.46% | 0.93% | - |
| XYZ | 47.82 | 68.13 | 58.21 | - |
| YUV | 197.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 188 | 0.46 | 0 | 0.20 | 0.07 | 153.58 | 0.74 | 0.71 |
| Hex | 7F | EC | BC | 2E | 0 | 14 | 7 | 9A | 4A | 47 |
| Octal | 177 | 354 | 274 | 56 | 0 | 24 | 7 | 232 | 112 | 107 |
| Binary | 1111111 | 11101100 | 10111100 | 101110 | 0 | 10100 | 111 | 10011010 | 1001010 | 1000111 |
Color Harmonies of #7FECBC
Complementary color
Monochromatic Colors of #7FECBC
Black with #7FECBC
Text Example
Text Example
White with #7FECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FECBC; }
p { color: rgb(127,236,188); }
H1.HeaderClassName
{
color: #7FECBC;
}
.AnyTagClassName
{
color: #7FECBC;
}
</style>
background-color css
<style>
a { background-color: #7FECBC; }
a { background-color: rgb(127,236,188); }
div.DivClassName
{
background-color: #7FECBC;
}
.BgClassName
{
background-color: #7FECBC;
}
</style>
border-color css
<style>
span { border-color: #7FECBC; }
span { border-color: rgb(127,236,188); }
td.TdClassName
{
border-color: #7FECBC;
}
.TagClassName
{
border-color: #7FECBC;
}
</style>